Skip to content

Commit 41ece70

Browse files
committed
fixed typo
1 parent 03b5686 commit 41ece70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Compiler/ValidateEnvPlaceholdersPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public function testEnvIsNotUnset()
196196
$this->assertSame($expected, $container->resolveEnvPlaceholders($ext->getConfig()));
197197
}
198198

199-
public function testEmptyEnvWithCannotBeEmptyForScalarNode(): void
199+
public function testEmptyEnvWhichCannotBeEmptyForScalarNode(): void
200200
{
201201
$container = new ContainerBuilder();
202202
$container->registerExtension($ext = new EnvExtension());

0 commit comments

Comments
 (0)