Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / simpletest / src / Tests / MissingCheckedRequirementsTest.php
index d62cc48a3ea3220f371c7855d3058c071369f2c9..d6fe19964a09f0eda764906154f7c462fcde1332 100644 (file)
@@ -30,7 +30,7 @@ class MissingCheckedRequirementsTest extends WebTestBase {
   protected function checkRequirements() {
     if ($this->isInChildSite()) {
       return [
-        'Test is not allowed to run.'
+        'Test is not allowed to run.',
       ];
     }
     return parent::checkRequirements();