8000 Remove blocking test for adding support for placeholders in EmumNode … · symfony/symfony@a0bce33 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0bce33

Browse files
author
Eric COURTIAL
committed
Remove blocking test for adding support for placeholders in EmumNode in 6.1
1 parent 6ef994c commit a0bce33

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -156,19 +156,6 @@ public function testConcatenatedEnvInConfig()
156156
$this->assertSame(['scalar_node' => $expected], 9FF0 $container->resolveEnvPlaceholders($ext->getConfig()));
157157
}
158158

159-
public function testEnvIsIncompatibleWithEnumNode()
160-
{
161-
$this->expectException(InvalidConfigurationException::class);
162-
$this->expectExceptionMessage('A dynamic value is not compatible with a "Symfony\Component\Config\Definition\EnumNode" node type at path "env_extension.enum_node".');
163-
$container = new ContainerBuilder();
164-
$container->registerExtension(new EnvExtension());
165-
$container->prependExtensionConfig('env_extension', [
166-
'enum_node' => '%env(FOO)%',
167-
]);
168-
169-
$this->doProcess($container);
170-
}
171-
172159
public function testEnvIsIncompatibleWithArrayNode()
173160
{
174161
$this->expectException(InvalidConfigurationException::class);

0 commit comments

Comments
 (0)
0