test: add Domain unit tests

This commit is contained in:
Maël Gangloff
2025-09-09 19:43:35 +02:00
parent f07f95d0c3
commit 477bf36893
14 changed files with 558 additions and 392 deletions

2
.gitignore vendored
View File

@@ -10,7 +10,7 @@
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
/.phpunit.cache/
###< phpunit/phpunit ###
###> symfony/phpunit-bridge ###