Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e3318 commit e63167cCopy full SHA for e63167c
1 file changed
zenstruck/foundry/2.7/config/packages/zenstruck_foundry.yaml
@@ -5,4 +5,12 @@ when@dev: &dev
5
# Flush only once per call of `PersistentObjectFactory::create()`
6
flush_once: true
7
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
+
16
when@test: *dev
0 commit comments