You are here

protected property MockHttpClientMiddleware::$request in Thunder 8.5

Same name and namespace in other branches
  1. 6.2.x tests/modules/thunder_test_mock_request/src/MockHttpClientMiddleware.php \Drupal\thunder_test_mock_request\MockHttpClientMiddleware::request
  2. 6.1.x tests/modules/thunder_test_mock_request/src/MockHttpClientMiddleware.php \Drupal\thunder_test_mock_request\MockHttpClientMiddleware::request

The request object.

Type: \Symfony\Component\HttpFoundation\Request

File

tests/modules/thunder_test_mock_request/src/MockHttpClientMiddleware.php, line 21

Class

MockHttpClientMiddleware
Sets the mocked responses.

Namespace

Drupal\thunder_test_mock_request

Code

protected $request;