From 60e48cb0f5db9010a56bdfe0eb8e3385354cc3bd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 6 Apr 2018 07:34:50 +0200 Subject: [PATCH] fixed typo --- .../Tests/Compiler/ValidateEnvPlaceholdersPassTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php b/src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php index 0ff30a2eac..badbf8522f 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php +++ b/src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php @@ -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());