You are here

protected property DrupalTestBrowser::$client in Drupal 9

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/DrupalTestBrowser.php \Drupal\Tests\DrupalTestBrowser::client

The Guzzle client.

Type: \GuzzleHttp\ClientInterface

File

core/tests/Drupal/Tests/DrupalTestBrowser.php, line 27

Class

DrupalTestBrowser
Enables a BrowserKitDriver mink driver to use a Guzzle client.

Namespace

Drupal\Tests

Code

protected $client;