Skip to content

Commit e63167c

Browse files
committed
[zenstruck/foundry] add some comments to zenstruck_foundry.yaml
1 parent c0e3318 commit e63167c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

zenstruck/foundry/2.7/config/packages/zenstruck_foundry.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ when@dev: &dev
55
# Flush only once per call of `PersistentObjectFactory::create()`
66
flush_once: true
77

8+
# If you use the `make:factory --test` command, you may need to uncomment the following.
9+
# See https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#generate
10+
#services:
11+
# App\Tests\Factory\:
12+
# resource: '../../tests/Factory/'
13+
# autowire: true
14+
# autoconfigure: true
15+
816
when@test: *dev

0 commit comments

Comments
 (0)