Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / translation / Tests / Loader / LocalizedTestCase.php
index a655c69d2e72366415866fce28ea3eaa4fcc55f8..279e9fde5b667ea1c768c22468b51cd71497ee45 100644 (file)
@@ -17,7 +17,7 @@ abstract class LocalizedTestCase extends TestCase
 {
     protected function setUp()
     {
-        if (!extension_loaded('intl')) {
+        if (!\extension_loaded('intl')) {
             $this->markTestSkipped('Extension intl is required.');
         }
     }