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.
2 parents c0e3318 + fec4535 commit 0748c85Copy full SHA for 0748c85
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: '%kernel.project_dir%/tests/Factory/'
13
+ # autowire: true
14
+ # autoconfigure: true
15
+
16
when@test: *dev
0 commit comments