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 604f2a0 commit c88db7fCopy full SHA for c88db7f
composer.json
@@ -28,7 +28,8 @@
28
}
29
},
30
"scripts": {
31
- "ci-test": "XDEBUG_MODE=coverage vendor/bin/phpunit --testsuite=ci --configuration phpunit.xml",
+ "ci-test": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --testsuite=ci --configuration phpunit.xml",
32
+ "unit-test": "XDEBUG_MODE=coverage vendor/bin/phpunit --testsuite=unit --configuration phpunit.xml",
33
"phpstan": "vendor/bin/phpstan analyse --configuration phpstan.neon --memory-limit=256M"
34
35
0 commit comments