Skip to content

Commit 3440397

Browse files
authored
[DependencyInjection] #35505 Fix typo in test name
Rename testThrowsExceptionWhenAddServiceOnACompiledContainer to testNoExceptionWhenAddServiceOnACompiledContainer.
1 parent 22000f1 commit 3440397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ContainerBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ public function testThrowsExceptionWhenSetServiceOnACompiledContainer()
10901090
$container->set('a', new \stdClass());
10911091
}
10921092

1093-
public function testThrowsExceptionWhenAddServiceOnACompiledContainer()
1093+
public function testNoExceptionWhenAddServiceOnACompiledContainer()
10941094
{
10951095
$container = new ContainerBuilder();
10961096
$container->compile();

0 commit comments

Comments
 (0)