3 Bounded Contexts (Sales, Invoicing, LegacyFulfillment) avec : - Domaines complets (agrégats, VOs, événements, invariants) - Couche application (commands, queries, ports) - Infrastructure in-memory (repos, gateway fake) - Controllers HTTP Symfony - Couplage naïf synchrone entre BC via NaiveSalesEventPublisher - 20 tests unitaires et d'intégration passants
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
/vendor/
|
|
/apps/symfony/var/
|
|
/.env.local
|
|
/.phpunit.cache/
|
|
/.phpunit.result.cache
|