Skip to content

Commit 282a0d8

Browse files
committed
Fix the "unit-tests" script in composer.json
1 parent 6c8a091 commit 282a0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
}
5555
},
5656
"scripts": {
57-
"unit-tests": "@php vendor/bin/phpunit"
57+
"unit-tests": "@php vendor/bin/phpunit --no-coverage"
5858
}
5959
}

0 commit comments

Comments
 (0)