Skip to content

Commit

Permalink
[DependencyInjection] #35505 Fix typo in test name
Browse files Browse the repository at this point in the history
Rename testThrowsExceptionWhenAddServiceOnACompiledContainer to testNoExceptionWhenAddServiceOnACompiledContainer.
  • Loading branch information
signor-pedro committed Jan 29, 2020
1 parent b90664b commit 9cbfad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ public function testThrowsExceptionWhenSetServiceOnACompiledContainer()
$container->set('a', new \stdClass());
}

public function testThrowsExceptionWhenAddServiceOnACompiledContainer()
public function testNoExceptionWhenAddServiceOnACompiledContainer()
{
$container = new ContainerBuilder();
$container->compile();
Expand Down

0 comments on commit 9cbfad5

Please sign in to comment.