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 dcd6b69 commit 4035ca8Copy full SHA for 4035ca8
Tests/Functional/WebTestCase.php
@@ -62,7 +62,7 @@ protected static function createKernel(array $options = [])
62
$options['test_case'],
63
isset($options['root_config']) ? $options['root_config'] : 'config.yml',
64
isset($options['environment']) ? $options['environment'] : strtolower(static::getVarDir().$options['test_case']),
65
- isset($options['debug']) ? $options['debug'] : true
+ isset($options['debug']) ? $options['debug'] : false
66
);
67
}
68
0 commit comments