<!-- Example for changing the driver class for mink tests MINK_DRIVER_CLASS value: 'Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver' -->
<envname="MINK_DRIVER_CLASS"value=''/>
<envname="MINK_DRIVER_CLASS"value=""/>
<!-- Example for changing the driver args to mink tests MINK_DRIVER_ARGS value: '["http://127.0.0.1:8510"]' -->
<envname="MINK_DRIVER_ARGS"value=''/>
<envname="MINK_DRIVER_ARGS"value=""/>
<!-- Example for changing the driver args to phantomjs tests MINK_DRIVER_ARGS_PHANTOMJS value: '["http://127.0.0.1:8510"]' -->
<envname="MINK_DRIVER_ARGS_PHANTOMJS"value=''/>
<envname="MINK_DRIVER_ARGS_PHANTOMJS"value=""/>
<!-- Example for changing the driver args to webdriver tests MINK_DRIVER_ARGS_WEBDRIVER value: '["chrome", { "chromeOptions": { "w3c": false } }, "http://localhost:4444/wd/hub"]' For using the Firefox browser, replace "chrome" with "firefox" -->
<envname="MINK_DRIVER_ARGS_WEBDRIVER"value=''/>
<envname="MINK_DRIVER_ARGS_WEBDRIVER"value=""/>
</php>
<testsuites>
<testsuitename="unit">
@ -63,24 +75,4 @@
</listener>
</listeners>
<!-- Filter for coverage reports. -->
<filter>
<whitelist>
<directory>./includes</directory>
<directory>./lib</directory>
<!-- Extensions can have their own test directories, so exclude those. -->