Skip to content

Commit 84be648

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [BrowserKit] Bump dom-crawler minimum version requirement Make one call to "OutputInterface::write" method per table row [HttpKernel] Fix context dependent test [Debug] Fix context dependent test
2 parents 4db6ec2 + 2a89548 commit 84be648

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
@@ -150,7 +150,7 @@ public function getUndefinedControllers()
150150
{
151151
return array(
152152
array('foo', '\LogicException', 'Unable to parse the controller name "foo".'),
153-
array('foo::bar', '\InvalidArgumentException', 'Class "foo" does not exist.'),
153+
array('oof::bar', '\InvalidArgumentException', 'Class "oof" does not exist.'),
154154
array('stdClass', '\LogicException', 'Unable to parse the controller name "stdClass".'),
155155
array(
156156
'Symfony\Component\HttpKernel\Tests\Controller\ControllerResolverTest::bar',

0 commit comments

Comments
 (0)