Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / devel / tests / src / Functional / DevelRequirementsTest.php
index faa6bf1f52178b8bd4733b8d3f06803b991eb8f1..876a5ff4f7e8a1e8185789506bcbdb871310f27e 100644 (file)
@@ -27,7 +27,7 @@ class DevelRequirementsTest extends BrowserTestBase {
     $this->assertSession()->statusCodeEquals(200);
 
     $this->assertSession()->pageTextContains('Devel module enabled');
-    $this->assertSession()->pageTextContains('The module provide the access to debug informations, therefore is recommended to disable the Devel module on production sites.');
+    $this->assertSession()->pageTextContains('The Devel module provides access to internal debugging information; therefore it\'s recommended to disable this module on sites in production.');
   }
 
 }