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 243be0b commit 1e46fd1Copy full SHA for 1e46fd1
app.json
@@ -10,7 +10,9 @@
10
"logo": "https://symfony.com/images/v5/pictos/demoapp.svg?v=4",
11
"success_url": "/",
12
"scripts": {
13
- "postdeploy": "php bin/console doctrine:schema:create && php bin/console doctrine:fixtures:load -n"
+ "postdeploy": "php bin/console doctrine:schema:create && php bin/console doctrine:fixtures:load -n",
14
+ "test-setup": "php bin/console doctrine:schema:create && php bin/console doctrine:fixtures:load -n",
15
+ "test": "phpunit"
16
},
17
"env": {
18
"SYMFONY_ENV": {
0 commit comments