X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fclass-loader%2FTests%2FClassCollectionLoaderTest.php;h=15a11053c6c0b22999127e8f99fa614cc0e7233a;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=da34082bea864f34df27577304057db9c27ed8c4;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php b/vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php index da34082be..15a11053c 100644 --- a/vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php +++ b/vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php @@ -231,7 +231,7 @@ class ClassCollectionLoaderTest extends TestCase } }); - $strictTypes = defined('HHVM_VERSION') ? '' : "\nnamespace {require __DIR__.'/Fixtures/Namespaced/WithStrictTypes.php';}"; + $strictTypes = \defined('HHVM_VERSION') ? '' : "\nnamespace {require __DIR__.'/Fixtures/Namespaced/WithStrictTypes.php';}"; ClassCollectionLoader::load( array('Namespaced\\WithComments', 'Pearlike_WithComments', 'Namespaced\\WithDirMagic', 'Namespaced\\WithFileMagic', 'Namespaced\\WithHaltCompiler', $strictTypes ? 'Namespaced\\WithStrictTypes' : 'Namespaced\\WithComments'),