Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0bce33

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-13
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-13
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php
-13Lines 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], $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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.