Skip to content

Commit b78fbdb

Browse files
[HttpKernel] Fix context dependent test
1 parent 285602f commit b78fbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Controller/ControllerResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function getUndefinedControllers()
127127
{
128128
return array(
129129
array('foo'),
130-
array('foo::bar'),
130+
array('oof::bar'),
131131
array('stdClass'),
132132
array('Symfony\Component\HttpKernel\Tests\Controller\ControllerResolverTest::bar'),
133133
);

0 commit comments

Comments
 (0)