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 854c530 commit 1cfdaafCopy full SHA for 1cfdaaf
composer.json
@@ -49,12 +49,19 @@
49
}
50
},
51
"scripts": {
52
- "coverage": "vendor/bin/phpunit --coverage-clover=coverage.xml",
53
- "fix": "vendor/bin/phpcbf src tests",
54
- "htmlCoverage": "vendor/bin/phpunit --coverage-html coverage",
+ "fix": [
+ "vendor/bin/phpcbf src tests"
+ ],
55
+ "htmlCoverage": [
56
+ "@server",
57
+ "vendor/bin/phpunit --coverage-html coverage"
58
59
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');",
60
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
- "phpunit": "vendor/bin/phpunit",
61
+ "phpunit": [
62
63
+ "vendor/bin/phpunit"
64
65
"server": "php -S localhost:9888 -t tests/Proxy/ &",
66
"tests": [
67
"clear",
0 commit comments