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
12 lines
199 B
YAML
12 lines
199 B
YAML
framework:
|
|
secret: '%env(APP_SECRET)%'
|
|
test: ~
|
|
http_method_override: false
|
|
handle_all_throwables: true
|
|
php_errors:
|
|
log: true
|
|
|
|
when@test:
|
|
framework:
|
|
test: true
|