test_helpers-1.0.0-alpha6/tests/modules/test_helpers_http_client_mock/test_helpers_http_client_mock.routing.yml
tests/modules/test_helpers_http_client_mock/test_helpers_http_client_mock.routing.yml
test_helpers_http_client_mock.set_settings:
path: '/test-helpers-http-client-mock/set-settings'
defaults:
_controller: 'Drupal\test_helpers_http_client_mock\Controller\HttpClientMockController::stubSetSettings'
requirements:
# We need to make this endpoint available for all to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_http_client_mock.get_settings:
path: '/test-helpers-http-client-mock/get-settings'
defaults:
_controller: 'Drupal\test_helpers_http_client_mock\Controller\HttpClientMockController::stubGetSettings'
requirements:
# We need to make this endpoint available for all to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_http_client_mock.get_stored_response:
path: '/test-helpers-http-client-mock/get-stored-response/{hash}'
defaults:
_controller: 'Drupal\test_helpers_http_client_mock\Controller\HttpClientMockController::stubGetStoredResponse'
requirements:
# We need to make this endpoint available for all to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_http_client_mock.delete_stored_response:
path: '/test-helpers-http-client-mock/delete-stored-response/{hash}'
defaults:
_controller: 'Drupal\test_helpers_http_client_mock\Controller\HttpClientMockController::stubDeleteStoredResponse'
requirements:
# We need to make this endpoint available for all to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_http_client_mock.set_stored_response:
path: '/test-helpers-http-client-mock/set-stored-response/{hash}'
defaults:
_controller: 'Drupal\test_helpers_http_client_mock\Controller\HttpClientMockController::stubSetStoredResponse'
requirements:
# We need to make this endpoint available for all to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_http_client_mock.get_last_response:
path: '/test-helpers-http-client-mock/get-last-response/{delta}'
defaults:
_controller: 'Drupal\test_helpers_http_client_mock\Controller\HttpClientMockController::stubGetLastResponse'
requirements:
# We need to make this endpoint available for all to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_http_client_mock.get_last_requests_hashes:
path: '/test-helpers-http-client-mock/get-last-requests-hashes'
defaults:
_controller: 'Drupal\test_helpers_http_client_mock\Controller\HttpClientMockController::stubGetLastRequestsHashes'
requirements:
# We need to make this endpoint available for all to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
