You are here

thunder_test_mock_request.services.yml in Thunder 8.5

tests/modules/thunder_test_mock_request/thunder_test_mock_request.services.yml

File

tests/modules/thunder_test_mock_request/thunder_test_mock_request.services.yml
View source
  1. services:
  2. thunder_test_mock_request.http_client.middleware:
  3. class: Drupal\thunder_test_mock_request\MockHttpClientMiddleware
  4. arguments: ['@request_stack', '@state']
  5. tags:
  6. - { name: http_client_middleware }