You are here

protected property JsonApiFunctionalTestBase::$httpClient in JSON:API 8.2

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

The HTTP client.

Type: \GuzzleHttp\ClientInterface

File

tests/src/Functional/JsonApiFunctionalTestBase.php, line 85

Class

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

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected $httpClient;