Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / simpletest / simpletest.install
index 530228834a973e1821de7b2d3f3b6eb2c52603c1..4e0ea9b76db91e5193e515f0bb2df0b9f3327931 100644 (file)
@@ -29,7 +29,7 @@ function simpletest_requirements($phase) {
   ];
   if (!$has_phpunit) {
     $requirements['phpunit']['severity'] = REQUIREMENT_ERROR;
-    $requirements['phpunit']['description'] = t("The testing framework requires the PHPUnit package. Please run 'composer install --dev' to ensure it is present.");
+    $requirements['phpunit']['description'] = t("The testing framework requires the PHPUnit package. Please run 'composer install' to ensure it is present.");
   }
 
   $requirements['curl'] = [