mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-08-23 20:25:03 +02:00
9 lines
165 B
Markdown
9 lines
165 B
Markdown
# Domain Unit Tests
|
|
## Conventions
|
|
### Service Tests
|
|
A test for an service:
|
|
|
|
- MUST extend KernelTest
|
|
- MUST test the actual injection
|
|
- MUST be an integration test
|