Skip to content

Commit cc9b262

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 56efce0 + db83c2b commit cc9b262

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
@@ -128,7 +128,7 @@ public function getUndefinedControllers()
128128
return array(
129129
array(1, 'InvalidArgumentException', 'Unable to find controller "1".'),
130130
array('foo', 'InvalidArgumentException', 'Unable to find controller "foo".'),
131-
array('foo::bar', 'InvalidArgumentException', 'Class "foo" does not exist.'),
131+
array('oof::bar', 'InvalidArgumentException', 'Class "oof" does not exist.'),
132132
array('stdClass', 'InvalidArgumentException', 'Unable to find controller "stdClass".'),
133133
array('Symfony\Component\HttpKernel\Tests\Controller\ControllerTest::staticsAction', 'InvalidArgumentException', 'The controller for URI "/" is not callable. Expected method "staticsAction" on class "Symfony\Component\HttpKernel\Tests\Controller\ControllerTest", did you mean "staticAction"?'),
134134
array('Symfony\Component\HttpKernel\Tests\Controller\ControllerTest::privateAction', 'InvalidArgumentException', 'The controller for URI "/" is not callable. Method "privateAction" on class "Symfony\Component\HttpKernel\Tests\Controller\ControllerTest" should be public and non-abstract'),

0 commit comments

Comments
 (0)