There was a problem fetching the latest pipeline status.
Final commit
parent
7a12bb49
Branches master
Pipeline
#5049
passed
with stages
in
7 minutes and 19 seconds
... | ... | @@ -17,7 +17,7 @@ |
"paragonie/random_compat": "Provides better randomness in PHP 5.x" | ||
}, | ||
"scripts": { | ||
"test": "phpunit --configuration application/tests --coverage-text --coverage-html --colors=never report" | ||
"test": "phpunit --configuration application/tests --coverage-text --colors=never --coverage-html report" | ||
}, | ||
"require-dev": { | ||
"mikey179/vfsStream": "1.1.*", | ||
... | ... |
Please register or sign in to comment