8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90664b commit 9cbfad5Copy full SHA for 9cbfad5
src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
@@ -1090,7 +1090,7 @@ public function testThrowsExceptionWhenSetServiceOnACompiledContainer()
1090
$container->set('a', new \stdClass());
1091
}
1092
1093
- public function testThrowsExceptionWhenAddServiceOnACompiledContainer()
+ public function testNoExceptionWhenAddServiceOnACompiledContainer()
1094
{
1095
$container = new ContainerBuilder();
1096
$container->compile();
0 commit comments