examples_no_module_test.routing.yml

tests/modules/examples_no_module_test/examples_no_module_test.routing.yml

File

tests/modules/examples_no_module_test/examples_no_module_test.routing.yml

View source
  1. # This file is used to test whether
  2. # Drupal\Tests\examples\Unit\RetrieveRoutingFilesTrait::routingFilesCallback()
  3. # returns only .routing.yml files contained in a directory with a .info.yml.
  4. examples_wrong_route_path_test:
  5. path: 'examples/tests/wrong-route-path-without-leading-slash'
  6. defaults:
  7. # This controller will never be used; there is no module using this file.
  8. _controller: '\Drupal\examples_description_test\Controller\SampleExampleController::description'
  9. requirements:
  10. _permission: 'access content'