[DependencyInjection] #35505 Fix typo in test name

Rename testThrowsExceptionWhenAddServiceOnACompiledContainer to testNoExceptionWhenAddServiceOnACompiledContainer.
This commit is contained in:
Signor Pedro 2020-01-29 11:07:44 +01:00 committed by GitHub
parent b90664ba18
commit 9cbfad5853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1090,7 +1090,7 @@ class ContainerBuilderTest extends TestCase
$container->set('a', new \stdClass());
}
public function testThrowsExceptionWhenAddServiceOnACompiledContainer()
public function testNoExceptionWhenAddServiceOnACompiledContainer()
{
$container = new ContainerBuilder();
$container->compile();