Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / twig / twig / lib / Twig / Test / IntegrationTestCase.php
index 016951aa61147c741742e35b6c7c1582e9f78192..382a3f2a205de5f5e95d08c86218d5874d6708f1 100644 (file)
@@ -132,7 +132,7 @@ abstract class Twig_Test_IntegrationTestCase extends TestCase
     protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs)
     {
         if (!$outputs) {
-            $this->markTestSkipped('no legacy tests to run');
+            $this->markTestSkipped('no tests to run');
         }
 
         if ($condition) {