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 ceaa324 commit fd023f5Copy full SHA for fd023f5
Taskfile.yml
@@ -63,13 +63,6 @@ tasks:
63
# Loading some fixtures generates an 'Warning: Undefined array key "entityId"' error.
64
ignore_error: true
65
66
- api:test:
67
- desc: Run API tests
68
- cmds:
69
- - task: compose
70
- vars:
71
- COMPOSE_ARGS: exec phpfpm bin/phpunit
72
-
73
composer:
74
desc: "Run `composer` command. Example: task composer -- normalize"
75
cmds:
@@ -189,7 +182,14 @@ tasks:
189
182
COMPOSE_ARGS: exec phpfpm vendor/bin/phpstan
190
183
silent: true
191
184
192
- apispec:export:
185
+ api:test:
186
+ desc: Run API tests
187
+ cmds:
188
+ - task: compose
+ vars:
+ COMPOSE_ARGS: exec phpfpm bin/phpunit
+
+ api:spec:export:
193
desc: Export API spec
194
195
- task: console
0 commit comments