Skip to content

Commit db83c2b

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 4c85da8 + b78fbdb commit db83c2b

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)