You are here

protected property AdvisoriesTestHttpClient::$innerClient in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/advisory_feed_test/src/AdvisoriesTestHttpClient.php \Drupal\advisory_feed_test\AdvisoriesTestHttpClient::innerClient

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;