services_test.yaml 296 B

123456789
  1. services:
  2. _defaults:
  3. public: true
  4. # If you need to access services in a test, create an alias
  5. # and then fetch that alias from the container. As a convention,
  6. # aliases are prefixed with test. For example:
  7. #
  8. # test.App\Service\MyService: '@App\Service\MyService'