Skip to content

Commit 2a7b7a5

Browse files
committed
build: add scripts and normalize
Closes #4
1 parent a1d22f2 commit 2a7b7a5

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
@@ -56,7 +56,7 @@
5656
"htmlCoverage": "vendor/bin/phpunit --coverage-html coverage",
5757
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');",
5858
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
59-
"phpunit": "vendor/bin/phpunit --colors=always;",
59+
"phpunit": "vendor/bin/phpunit",
6060
"tests": [
6161
"clear",
6262
"@phpmd",

0 commit comments

Comments
 (0)