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 bb0072e commit 3e8c6dbCopy full SHA for 3e8c6db
composer.json
@@ -57,7 +57,7 @@
57
"post-root-package-install": [
58
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
59
],
60
- "test:unit": "phpunit",
+ "test:unit": "phpunit --testdox",
61
"test:type": "phpstan analyse --ansi --no-progress",
62
"test:lint": "pint",
63
"test": [
0 commit comments