Génère Factory Foundry pour tests
IMPORTANT : Exécute ce workflow étape par étape :
Génère une Factory Foundry pour créer des instances d'entités dans les tests.
Use skill framework:make:factory
defaults()src/Entity/{EntityName}.phpsrc/Factory/{EntityName}Factory.phpcreate()templates/Factory/finalclass() retournant FQCNdefaults() avec valeurs Fakerinitialize() avec instantiateWith() appelant Entity::create()withSpecificId(), inactive())instantiateWith() pour respecter Elegant Objects (pas de new Entity())self::faker()withoutPersisting() si besoin