Skip to content

Commit be331ca

Browse files
committed
[FrameworkBundle] fixed functional tests
1 parent 05d8c42 commit be331ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected static function createKernel(array $options = array())
6060
return new $class(
6161
$options['test_case'],
6262
isset($options['root_config']) ? $options['root_config'] : 'config.yml',
63-
isset($options['environment']) ? $options['environment'] : 'frameworkbundletest',
63+
isset($options['environment']) ? $options['environment'] : 'frameworkbundletest'.strtolower($options['test_case']),
6464
isset($options['debug']) ? $options['debug'] : true
6565
);
6666
}

0 commit comments

Comments
 (0)