You are here

protected property JsonApiFunctionalTestBase::$httpClient in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php \Drupal\Tests\jsonapi\Functional\JsonApiFunctionalTestBase::httpClient

The HTTP client.

Type: \GuzzleHttp\ClientInterface

File

core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php, line 90

Class

JsonApiFunctionalTestBase
Provides helper methods for the JSON:API module's functional tests.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected $httpClient;