There was a problem fetching the latest pipeline status.
Initial commit
... | ... | @@ -17,7 +17,7 @@ |
"paragonie/random_compat": "Provides better randomness in PHP 5.x" | ||
}, | ||
"scripts": { | ||
"test": "phpunit --configuration application/tests" | ||
"test": "phpunit --configuration application/tests --coverage-text --coverage-html report" | ||
}, | ||
"require-dev": { | ||
"mikey179/vfsStream": "1.1.*", | ||
... | ... |
Please register or sign in to comment