Skip to content

Commit fd12251

Browse files
committed
chore(composer): tweak script.test
1 parent ad0a71d commit fd12251

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@
4141
}
4242
},
4343
"scripts": {
44+
"test": "phpunit",
45+
"test:cov": "phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
4446
}
4547
}

0 commit comments

Comments
 (0)