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 22000f1 commit 3440397Copy full SHA for 3440397
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