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.
test
1 parent 46f8e99 commit 33a3abaCopy full SHA for 33a3aba
1 file changed
composer.json
@@ -59,12 +59,11 @@
59
],
60
"pest:e2e": "pest -d memory_limit=512M --group=e2e",
61
"pest:feature": "pest -d memory_limit=640M --group=feature",
62
- "pest:mutate": "pest --mutate --parallel",
63
- "pest:unit": "pest --group=unit --parallel",
+ "pest:unit": "pest --group=unit",
64
"test": [
65
- "@composer pest:unit",
66
- "@composer pest:feature",
67
- "@composer pest:e2e"
+ "@composer normalize --dry-run",
+ "pint --test",
+ "XDEBUG_MODE=off pest -d memory_limit=640M"
68
]
69
}
70
0 commit comments