We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285602f commit b78fbdbCopy full SHA for b78fbdb
Tests/Controller/ControllerResolverTest.php
@@ -127,7 +127,7 @@ public function getUndefinedControllers()
127
{
128
return array(
129
array('foo'),
130
- array('foo::bar'),
+ array('oof::bar'),
131
array('stdClass'),
132
array('Symfony\Component\HttpKernel\Tests\Controller\ControllerResolverTest::bar'),
133
);
0 commit comments