phpunit_example.routing.yml 297 Bytes
# phpunit_example only has one route. It is to a page explaining
# the module.
phpunit_example_description:
  path: 'examples/phpunit_example'
  defaults:
    _controller: '\Drupal\phpunit_example\Controller\PHPUnitExampleController::description'
  requirements:
    _permission: 'access content'