test_helpers-1.0.0-alpha6/tests/modules/test_helpers_test/test_helpers_test.routing.yml
tests/modules/test_helpers_test/test_helpers_test.routing.yml
test_helpers_test.http_call_render:
path: '/test-helpers-test/http-call-render'
defaults:
_controller: 'Drupal\test_helpers_test\Controller\HttpClientTestController::httpCallRender'
requirements:
# We need to make this endpoint available for all to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_test.json_response_1:
path: '/test-helpers-test/json-response-1'
defaults:
_controller: 'Drupal\test_helpers_test\Controller\HttpClientTestController::jsonResponse1'
requirements:
# We need to make this endpoint available for all to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_test.json_response_2:
path: '/test-helpers-test/json-response-2'
defaults:
_controller: 'Drupal\test_helpers_test\Controller\HttpClientTestController::jsonResponse2'
requirements:
# We need to make this endpoint available for all to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
