8000 [DependencyInjection] #35505 Fix typo in test name · symfony/symfony@9cbfad5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cbfad5

Browse files
authored
[DependencyInjection] #35505 Fix typo in test name
Rename testThrowsExceptionWhenAddServiceOnACompiledContainer to testNoExceptionWhenAddServiceOnACompiledContainer.
1 parent b90664b commit 9cbfad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/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)
0