X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fhttp-kernel%2FTests%2FController%2FControllerResolverTest.php;fp=vendor%2Fsymfony%2Fhttp-kernel%2FTests%2FController%2FControllerResolverTest.php;h=58ca07fc5361b0ba0113767cc80a24521d9dedf6;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hp=046b71ac01170156d5c032ce62efd17da84077e2;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/symfony/http-kernel/Tests/Controller/ControllerResolverTest.php b/vendor/symfony/http-kernel/Tests/Controller/ControllerResolverTest.php index 046b71ac0..58ca07fc5 100644 --- a/vendor/symfony/http-kernel/Tests/Controller/ControllerResolverTest.php +++ b/vendor/symfony/http-kernel/Tests/Controller/ControllerResolverTest.php @@ -184,7 +184,7 @@ class ControllerResolverTest extends TestCase $request->attributes->set('foobar', 'foobar'); $controller = array(new self(), 'controllerMethod3'); - if (PHP_VERSION_ID === 50316) { + if (\PHP_VERSION_ID === 50316) { $this->markTestSkipped('PHP 5.3.16 has a major bug in the Reflection sub-system'); } else { try {