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 b484f4c commit 8cc81d3Copy full SHA for 8cc81d3
composer.json
@@ -40,7 +40,12 @@
40
}
41
},
42
"scripts": {
43
- "test": "php vendor/bin/phpunit",
44
- "test-coverage": "php vendor/bin/phpunit --coverage-html coverage"
+ "test": "XDEBUG_MODE=develop,debug phpunit",
+ "phpstan": "php -d memory_limit=256M vendor/bin/phpstan",
45
+ "coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text",
46
+ "all-checks": [
47
+ "@test",
48
+ "@phpstan"
49
+ ]
50
51
0 commit comments