File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function testGetContainerExtensionWithInvalidClass()
46
46
public function testHttpKernelRegisterCommandsIgnoresCommandsThatAreRegisteredAsServices ()
47
47
{
48
48
$ container = new ContainerBuilder ();
49
- $ container ->register ('console.command.Symfony_Component_HttpKernel_Tests_Fixtures_ExtensionPresentBundle_Command_FooCommand ' , 'Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command\FooCommand ' );
49
+ $ container ->register ('console.command.symfony_component_httpkernel_tests_fixtures_extensionpresentbundle_command_foocommand ' , 'Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command\FooCommand ' );
50
50
51
51
$ application = $ this ->getMockBuilder ('Symfony\Component\Console\Application ' )->getMock ();
52
52
// add() is never called when the found command classes are already registered as services
You can’t perform that action at this time.
0 commit comments