File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,14 @@ checks:
1717 fix_identation_4spaces : true
1818 fix_doc_comments : true
1919
20+ build :
21+ tests :
22+ override :
23+ -
24+ command : ' vendor/bin/phpunit --coverage-clover=coverage.clover'
25+ coverage :
26+ file : ' coverage.clover'
27+ format : ' clover'
28+
2029tools :
2130 external_code_coverage : false
Original file line number Diff line number Diff line change 11# php restful api response implement PSR-7: HTTP message interfaces
22
33[ ![ Build Status] ( https://travis-ci.org/harryosmar/php-restful-api-response.svg?branch=master )] ( https://travis-ci.org/harryosmar/php-restful-api-response )
4+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/harryosmar/php-restful-api-response/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/harryosmar/php-restful-api-response/?branch=master )
45
56## Requirements
67- php >= 5.6
You can’t perform that action at this time.
0 commit comments