Skip to content

Commit 848332e

Browse files
committed
Run PHPUnit in dev/debug mode by default, not coverage.
1 parent 08485e6 commit 848332e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
},
4646
"scripts": {
47-
"test": "XDEBUG_MODE=coverage phpunit",
47+
"test": "XDEBUG_MODE=develop,debug phpunit",
4848
"phpstan": "php -d memory_limit=256M vendor/bin/phpstan",
4949
"coverage": "php -dextension=pcov.so -dpcov.enabled=1 -dpcov.directory=src vendor/bin/phpunit --coverage-text",
5050
"all-checks": [

0 commit comments

Comments
 (0)