[zenstruck/foundry] add some comments to zenstruck_foundry.yaml

This commit is contained in:
Takashi Kanemoto
2025-10-10 17:17:46 +09:00
parent c0e331814a
commit e63167cf44
@@ -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: '../../tests/Factory/'
# autowire: true
# autoconfigure: true
when@test: *dev