Skip to content

Commit

Permalink
Comment out the MINK_DRIVER_ARGS we're passing in the action.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Jan 3, 2024
1 parent 6d14ca1 commit 21af0db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
<!-- Example for changing the driver class for mink tests MINK_DRIVER_CLASS value: 'Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver' -->
<env name="MINK_DRIVER_CLASS" value=""/>
<!-- Example for changing the driver args to mink tests MINK_DRIVER_ARGS value: '["http://127.0.0.1:8510"]' -->
<env name="MINK_DRIVER_ARGS" value=""/>
<!--<env name="MINK_DRIVER_ARGS" value=""/>-->
<!-- Example for changing the driver args to phantomjs tests MINK_DRIVER_ARGS_PHANTOMJS value: '["http://127.0.0.1:8510"]' -->
<env name="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" -->
<env name="MINK_DRIVER_ARGS_WEBDRIVER" value=""/>
<!--<env name="MINK_DRIVER_ARGS_WEBDRIVER" value=""/>-->
</php>
<testsuites>
<testsuite name="unit">
Expand Down

0 comments on commit 21af0db

Please sign in to comment.