Skip to content
Snippets Groups Projects
Commit 8c83a86c authored by jurgenhaas's avatar jurgenhaas
Browse files

#5 Add option to enable Symfony deprecation helper

parent 93f51918
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ class Handler extends BaseHandler {
return [
'domain' => $domain,
'coverage' => [],
'symfony_deprecations_helper' => 'disabled',
];
}
......
......@@ -27,7 +27,7 @@
<!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output -->
<env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/>
<!-- To disable deprecation testing completely uncomment the next line. -->
<env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="{{ symfony_deprecations_helper }}"/>
<!-- Example for changing the driver class for mink tests MINK_DRIVER_CLASS value: 'Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver' -->
<!-- Example for changing the driver args to mink tests MINK_DRIVER_ARGS value: '["http://127.0.0.1:8510"]' -->
<!-- Example for changing the driver args to phantomjs tests MINK_DRIVER_ARGS_PHANTOMJS value: '["http://127.0.0.1:8510"]' -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment