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 4721359 commit ea69afbCopy full SHA for ea69afb
.github/workflows/integration-test.yaml
@@ -102,7 +102,7 @@ jobs:
102
expect eof
103
EOD
104
105
- php bin/console make:fixtures --no-interaction
+ php bin/console make:fixtures AppFixtures
106
107
sed -i 's|use Doctrine\\Persistence\\ObjectManager;|use Doctrine\\Persistence\\ObjectManager;\nuse App\\Factory\\ProductFactory;|' src/DataFixtures/AppFixtures.php
108
sed -i 's|// \$product = new Product();|ProductFactory::createMany(10);|' src/DataFixtures/AppFixtures.php
0 commit comments