infinito/application/symfony/tests/Integration/Domain/README.md
2019-02-15 22:06:14 +01:00

165 B

Domain Unit Tests

Conventions

Service Tests

A test for an service:

  • MUST extend KernelTest
  • MUST test the actual injection
  • MUST be an integration test