deprecation_test.routing.yml in Drupal 9
Same filename and directory in other branches
core/modules/system/tests/modules/deprecation_test/deprecation_test.routing.yml
1 string reference to YAML keys in deprecation_test.routing.yml
- PhpUnitBridgeTest::testErrorOnSiteUnderTest in core/
tests/ Drupal/ FunctionalTests/ Core/ Test/ PhpUnitBridgeTest.php - Tests deprecation message from deprecated route.
File
core/modules/system/tests/modules/deprecation_test/deprecation_test.routing.ymlView source
- deprecation_test.route:
- path: '/this-calls-a-deprecated-method'
- defaults:
- _controller: \Drupal\deprecation_test\DeprecatedController::deprecatedMethod
- requirements:
- _access: 'TRUE'