fixed typo

This commit is contained in:
Fabien Potencier 2018-04-06 07:34:50 +02:00
parent dbafc11630
commit 60e48cb0f5

View File

@ -196,7 +196,7 @@ class ValidateEnvPlaceholdersPassTest extends TestCase
$this->assertSame($expected, $container->resolveEnvPlaceholders($ext->getConfig()));
}
public function testEmptyEnvWithCannotBeEmptyForScalarNode(): void
public function testEmptyEnvWhichCannotBeEmptyForScalarNode(): void
{
$container = new ContainerBuilder();
$container->registerExtension($ext = new EnvExtension());