We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d8c42 commit be331caCopy full SHA for be331ca
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCase.php
@@ -60,7 +60,7 @@ protected static function createKernel(array $options = array())
60
return new $class(
61
$options['test_case'],
62
isset($options['root_config']) ? $options['root_config'] : 'config.yml',
63
- isset($options['environment']) ? $options['environment'] : 'frameworkbundletest',
+ isset($options['environment']) ? $options['environment'] : 'frameworkbundletest'.strtolower($options['test_case']),
64
isset($options['debug']) ? $options['debug'] : true
65
);
66
}
0 commit comments