Skip to content

Commit 1689b0c

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: [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 4a0b158 + 84be648 commit 1689b0c

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

0 commit comments

Comments
 (0)