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.
2 parents c31555b + 13c9ee7 commit 4cc40afCopy full SHA for 4cc40af
1 file changed
composer.json
@@ -66,6 +66,8 @@
66
"sort-packages": true
67
},
68
"scripts": {
69
- "test": "vendor/bin/pest"
+ "test": "php -d xdebug.mode=off -d xdebug.start_with_request=no vendor/bin/pest",
70
+ "test:coverage": "php -d xdebug.mode=coverage -d xdebug.start_with_request=no vendor/bin/pest --coverage",
71
+ "test:profile": "php -d xdebug.mode=profile -d xdebug.start_with_request=no vendor/bin/pest"
72
}
73
0 commit comments