X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fconfig%2FTests%2FLoader%2FFileLoaderTest.php;h=f8409df9d74303a7b81875ca93e5164dccc654b6;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=c6e283c74919b75b226a8b5a5f2ba394a5f9b906;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/vendor/symfony/config/Tests/Loader/FileLoaderTest.php b/vendor/symfony/config/Tests/Loader/FileLoaderTest.php index c6e283c74..f8409df9d 100644 --- a/vendor/symfony/config/Tests/Loader/FileLoaderTest.php +++ b/vendor/symfony/config/Tests/Loader/FileLoaderTest.php @@ -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)); } }