Skip to content

Commit bccf938

Browse files
committed
chore(composer): tweak script.test
1 parent bbf5348 commit bccf938

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@
3636
"preferred-install": {
3737
"*": "dist"
3838
}
39+
},
40+
"scripts": {
41+
"test": "phpunit",
42+
"test:cov": "phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
3943
}
4044
}

0 commit comments

Comments
 (0)