Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / config / Tests / Loader / FileLoaderTest.php
index c6e283c74919b75b226a8b5a5f2ba394a5f9b906..f8409df9d74303a7b81875ca93e5164dccc654b6 100644 (file)
@@ -88,7 +88,7 @@ class FileLoaderTest extends TestCase
     {
         $loader = new TestFileLoader(new FileLocator(__DIR__));
 
-        $this->assertSame(__FILE__, strtr($loader->import('FileLoaderTest.*'), '/', DIRECTORY_SEPARATOR));
+        $this->assertSame(__FILE__, strtr($loader->import('FileLoaderTest.*'), '/', \DIRECTORY_SEPARATOR));
     }
 }