presentations/workshop-drupal-automated-testing/drupalcamp-london-2020/docs/step5-wrapping-up-with-unit-tests/my_module.services.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
148 B
YAML
Raw Normal View History

2020-03-13 11:17:16 +00:00
services:
Drupal\my_module\Controller\BlogPageController:
autowire: true
Drupal\my_module\Repository\ArticleRepository:
autowire: true