8000 [FrameworkBundle] fixed inclusion of the test client · lcf/symfony@a46ca47 · GitHub
[go: up one dir, main page]

Skip to content

Commit a46ca47

Browse files
committed
[FrameworkBundle] fixed inclusion of the test client
1 parent 6b61af5 commit a46ca47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function configLoad($config, ContainerBuilder $container)
9292
$this->registerTemplatingConfiguration($config, $container);
9393
}
9494

95-
if (isset($config['test'])) {
95+
if (array_key_exists('test', $config)) {
9696
$this->registerTestConfiguration($config, $container);
9797
}
9898

0 commit comments

Comments
 (0)
0