Skip to content

Commit 594e7e1

Browse files
committed
chore: add composer script
1 parent b0170db commit 594e7e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
30+
},
31+
"scripts": {
32+
"test": "vendor/bin/phpunit",
33+
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml"
3034
}
3135
}

0 commit comments

Comments
 (0)