test_helpers-1.0.0-alpha6/tests/modules/test_helpers_functional/test_helpers_functional.routing.yml
tests/modules/test_helpers_functional/test_helpers_functional.routing.yml
test_helpers_functional.set_envs:
path: '/test-helpers-functional/set-envs'
defaults:
_controller: 'Drupal\test_helpers_functional\Controller\TestHelpersFunctionalController::setEnvs'
requirements:
# Make the endpoint available for any request to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_functional.get_env:
path: '/test-helpers-functional/get-env/{name}'
defaults:
_controller: 'Drupal\test_helpers_functional\Controller\TestHelpersFunctionalController::getEnv'
requirements:
# Make the endpoint available for any request to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
parameters:
name: ''
test_helpers_functional.set_config:
path: '/test-helpers-functional/set-config/{name}'
defaults:
_controller: 'Drupal\test_helpers_functional\Controller\TestHelpersFunctionalController::setConfig'
requirements:
# Make the endpoint available for any request to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_functional.get_config:
path: '/test-helpers-functional/get-config/{name}'
defaults:
_controller: 'Drupal\test_helpers_functional\Controller\TestHelpersFunctionalController::getConfig'
requirements:
# Make the endpoint available for any request to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
parameters:
name: ''
test_helpers_functional.module_installer:
path: '/test-helpers-functional/module-installer'
defaults:
_controller: 'Drupal\test_helpers_functional\Controller\TestHelpersFunctionalController::moduleInstaller'
requirements:
# Make the endpoint available for any request to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_functional.create_user:
path: '/test-helpers-functional/create-user'
defaults:
_controller: 'Drupal\test_helpers_functional\Controller\TestHelpersFunctionalController::createUser'
requirements:
# Make the endpoint available for any request to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_functional.login:
path: '/test-helpers-functional/login/{name}'
defaults:
_controller: 'Drupal\test_helpers_functional\Controller\TestHelpersFunctionalController::login'
requirements:
# Make the endpoint available for any request to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
parameters:
name: ''
test_helpers_functional.logout:
path: '/test-helpers-functional/logout'
defaults:
_controller: 'Drupal\test_helpers_functional\Controller\TestHelpersFunctionalController::logout'
requirements:
# Make the endpoint available for any request to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
test_helpers_functional.cache_clear:
path: '/test-helpers-functional/cache-clear'
defaults:
_controller: 'Drupal\test_helpers_functional\Controller\TestHelpersFunctionalController::cacheClear'
requirements:
# Make the endpoint available for any request to simplify tests.
_access: 'TRUE'
options:
no_cache: 'TRUE'
