X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fclass-loader%2FTests%2FClassCollectionLoaderTest.php;h=15a11053c6c0b22999127e8f99fa614cc0e7233a;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=42bb04d9a503a4a66af27cd8271efcd900dd4903;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php b/vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php index 42bb04d9a..15a11053c 100644 --- a/vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php +++ b/vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php @@ -21,6 +21,9 @@ require_once __DIR__.'/Fixtures/ClassesWithParents/CInterface.php'; require_once __DIR__.'/Fixtures/ClassesWithParents/B.php'; require_once __DIR__.'/Fixtures/ClassesWithParents/A.php'; +/** + * @group legacy + */ class ClassCollectionLoaderTest extends TestCase { public function testTraitDependencies() @@ -228,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'),