Skip to content

Commit aa65b0d

Browse files
savamarkovicmghoneimy
authored andcommitted
Add test script to composer.json
1 parent 292ce9b commit aa65b0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"php": "^7.1 || ^8.0",
3838
"gmostafa/php-graphql-client": "^1.6 || ^2.0"
3939
},
40+
"scripts": {
41+
"test": "phpunit tests/ --whitelist src/ --coverage-clover build/coverage/xml"
42+
},
4043
"require-dev": {
4144
"phpunit/phpunit": "^7.5|^8.0",
4245
"codacy/coverage": "^1.4",

0 commit comments

Comments
 (0)