File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ install:
1616 - composer install --prefer-dist
1717
1818script :
19- - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
19+ - composer test:cov
2020
2121after_success :
2222 - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2626 "php" : " >=5.4"
2727 },
2828 "require-dev" : {
29- "phpunit/phpunit" : " ^4.8 || ^5.7 || ^6.5"
29+ "phpunit/phpunit" : " ^6.5 || ^7.5"
30+ },
31+ "scripts" : {
32+ "test" : " phpunit" ,
33+ "test:cov" : " phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
3034 }
3135}
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
1010 stopOnFailure =" false"
11- syntaxCheck =" false"
1211 bootstrap =" vendor/autoload.php"
1312>
1413 <testsuites >
You can’t perform that action at this time.
0 commit comments