protected property BrowserTestBase::$minkDefaultDriverArgs in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/BrowserTestBase.php \Drupal\Tests\BrowserTestBase::minkDefaultDriverArgs
- 9 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 166
Class
- BrowserTestBase
- Provides a test case for functional Drupal tests.
Namespace
Drupal\TestsCode
protected $minkDefaultDriverArgs;