Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions zenstruck/foundry/2.7/config/packages/zenstruck_foundry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ when@dev: &dev
# 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