infinito/application/symfony/tests/Integration/Domain/README.md

9 lines
165 B
Markdown
Raw Normal View History

# Domain Unit Tests
## Conventions
### Service Tests
A test for an service:
- MUST extend KernelTest
- MUST test the actual injection
- MUST be an integration test