Skip to content

Commit 91e0bda

Browse files
Merge branch '2.7' into 2.8
* 2.7: [DI] Dont share service when no id provided Fix Container and PhpDumper test inaccuracies [DI] Fix missing new line after private alias [ClassLoader] Throw an exception if the cache is not writeable Fixing regression in TwigEngine exception handling.
2 parents 9ed7c62 + 2d32d9e commit 91e0bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Bundle/BundleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testGetContainerExtensionWithInvalidClass()
5656
public function testHttpKernelRegisterCommandsIgnoresCommandsThatAreRegisteredAsServices()
5757
{
5858
$container = new ContainerBuilder();
59-
$container->register('console.command.Symfony_Component_HttpKernel_Tests_Fixtures_ExtensionPresentBundle_Command_FooCommand', 'Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command\FooCommand');
59+
$container->register('console.command.symfony_component_httpkernel_tests_fixtures_extensionpresentbundle_command_foocommand', 'Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command\FooCommand');
6060

6161
$application = $this->getMockBuilder('Symfony\Component\Console\Application')->getMock();
6262
// add() is never called when the found command classes are already registered as services

0 commit comments

Comments
 (0)