Skip to content

Commit af46fd6

Browse files
minor #35507 [DependencyInjection] Fix typo in test name (signor-pedro)
This PR was merged into the 3.4 branch. Discussion ---------- [DependencyInjection] Fix typo in test name Rename testThrowsExceptionWhenAddServiceOnACompiledContainer to testNoExceptionWhenAddServiceOnACompiledContainer. | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes (technically) | New feature? | no | Deprecations? | no | Tickets | #35505 | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Commits ------- 9cbfad5 [DependencyInjection] #35505 Fix typo in test name
2 parents f758eca + 9cbfad5 commit af46fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php

+1-1
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)