You are here

protected property AdvisoriesTestHttpClient::$innerClient in Drupal 9

The decorated http_client service.

Type: \GuzzleHttp\Client

File

core/modules/system/tests/modules/advisory_feed_test/src/AdvisoriesTestHttpClient.php, line 18

Class

AdvisoriesTestHttpClient
Provides a decorator service for the 'http_client' service for testing.

Namespace

Drupal\advisory_feed_test

Code

protected $innerClient;