Skip to content

Commit 8238d5c

Browse files
committed
build: add scripts and normalize
Closes #21
1 parent 1126677 commit 8238d5c

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

0 commit comments

Comments
 (0)