comparison core/phpunit.xml.dist @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children 12f9dff5fda9
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
26 <env name="SIMPLETEST_BASE_URL" value=""/> 26 <env name="SIMPLETEST_BASE_URL" value=""/>
27 <!-- Example SIMPLETEST_DB value: mysql://username:password@localhost/databasename#table_prefix --> 27 <!-- Example SIMPLETEST_DB value: mysql://username:password@localhost/databasename#table_prefix -->
28 <env name="SIMPLETEST_DB" value=""/> 28 <env name="SIMPLETEST_DB" value=""/>
29 <!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output --> 29 <!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output -->
30 <env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/> 30 <env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/>
31 <!-- To disable deprecation testing completely set SYMFONY_DEPRECATIONS_HELPER value: 'disabled' --> 31 <!-- To disable deprecation testing completely uncomment the next line. -->
32 <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak_vendors"/> 32 <!-- <env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled"/> -->
33 <!-- Example for changing the driver class for mink tests MINK_DRIVER_CLASS value: 'Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver' --> 33 <!-- Example for changing the driver class for mink tests MINK_DRIVER_CLASS value: 'Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver' -->
34 <!-- Example for changing the driver args to mink tests MINK_DRIVER_ARGS value: '["http://127.0.0.1:8510"]' --> 34 <!-- Example for changing the driver args to mink tests MINK_DRIVER_ARGS value: '["http://127.0.0.1:8510"]' -->
35 <!-- Example for changing the driver args to phantomjs tests MINK_DRIVER_ARGS_PHANTOMJS value: '["http://127.0.0.1:8510"]' --> 35 <!-- Example for changing the driver args to phantomjs tests MINK_DRIVER_ARGS_PHANTOMJS value: '["http://127.0.0.1:8510"]' -->
36 <!-- Example for changing the driver args to webdriver tests MINK_DRIVER_ARGS_WEBDRIVER value: '["firefox", null, "http://localhost:4444/wd/hub"]' --> 36 <!-- Example for changing the driver args to webdriver tests MINK_DRIVER_ARGS_WEBDRIVER value: '["firefox", null, "http://localhost:4444/wd/hub"]' -->
37 </php> 37 </php>