thunder_test_mock_request.services.yml in Thunder 8.5
Same filename and directory in other branches
tests/modules/thunder_test_mock_request/thunder_test_mock_request.services.yml
File
tests/modules/thunder_test_mock_request/thunder_test_mock_request.services.ymlView source
- services:
- thunder_test_mock_request.http_client.middleware:
- class: Drupal\thunder_test_mock_request\MockHttpClientMiddleware
- arguments: ['@request_stack', '@state']
- tags:
- - { name: http_client_middleware }