2026-04-21 17:56:04 +02:00
|
|
|
when@dev: &dev
|
|
|
|
|
# See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration
|
|
|
|
|
zenstruck_foundry:
|
2026-07-27 18:35:42 +02:00
|
|
|
enable_auto_refresh_with_lazy_objects: true
|
2026-04-21 17:56:04 +02:00
|
|
|
persistence:
|
|
|
|
|
# Flush only once per call of `PersistentObjectFactory::create()`
|
|
|
|
|
flush_once: true
|
|
|
|
|
|
|
|
|
|
# If you use the `make:factory --test` command, you may need to uncomment the following.
|
|
|
|
|
# See https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#generate
|
|
|
|
|
#services:
|
|
|
|
|
# App\Tests\Factory\:
|
|
|
|
|
# resource: '%kernel.project_dir%/tests/Factory/'
|
|
|
|
|
# autowire: true
|
|
|
|
|
# autoconfigure: true
|
|
|
|
|
|
|
|
|
|
when@test: *dev
|