You are here

protected property BrowserTestBase::$minkDefaultDriverArgs in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/BrowserTestBase.php \Drupal\Tests\BrowserTestBase::minkDefaultDriverArgs
  2. 10 core/tests/Drupal/Tests/BrowserTestBase.php \Drupal\Tests\BrowserTestBase::minkDefaultDriverArgs

Mink default driver params.

If it's an array its contents are used as constructor params when default Mink driver class is instantiated.

Can be overridden using the environment variable MINK_DRIVER_ARGS. In this case that variable should be a JSON array, for example: '["firefox", null, "http://localhost:4444/wd/hub"]'.

Type: array

File

core/tests/Drupal/Tests/BrowserTestBase.php, line 168

Class

BrowserTestBase
Provides a test case for functional Drupal tests.

Namespace

Drupal\Tests

Code

protected $minkDefaultDriverArgs;