File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 11/build /
22/composer.lock
33/vendor /
4+ .phpunit.result.cache
45
56/.idea /
Original file line number Diff line number Diff line change 11language : php
22sudo : false
33php :
4+ - 7.3
5+ - 7.2
46 - 7.1
5- - 7.0
67install :
7- - composer install --prefer-dist
8+ - composer install --optimize-autoloader -- prefer-dist --no-interaction
89script :
910 - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1011after_success :
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "flow/jsonpath " : " ^0.3.1 " ,
13- "phpunit/phpunit " : " >=6.0 " ,
14- "justinrainbow/json-schema " : " ^5 .0" ,
15- "php " : " >=7 .0"
12+ "php " : " ^7.0 " ,
13+ "flow/jsonpath " : " ^0.3.4 " ,
14+ "phpunit/phpunit " : " ^7 .0" ,
15+ "justinrainbow/json-schema " : " ^5 .0"
1616 },
1717 "require-dev" : {
1818 "codeclimate/php-test-reporter" : " dev-master"
2727 " vendor/phpunit/phpunit/src/Framework/Assert/Functions.php" ,
2828 " src/Functions.php"
2929 ]
30+ },
31+ "config" : {
32+ "sort-packages" : true
3033 }
3134}
Original file line number Diff line number Diff line change 66 convertErrorsToExceptions =" true"
77 convertNoticesToExceptions =" true"
88 convertWarningsToExceptions =" true"
9- mapTestClassNameToCoveredClassName =" false"
109 timeoutForSmallTests =" 1"
1110 timeoutForMediumTests =" 10"
1211 timeoutForLargeTests =" 60" >
2120 <logging >
2221 <log type =" coverage-html" target =" build/coverage" lowUpperBound =" 35"
2322 highLowerBound =" 70" />
24- <log type =" junit" target =" build/phpunit" logIncompleteSkipped = " false " />
23+ <log type =" junit" target =" build/phpunit" />
2524 </logging >
2625 <filter >
2726 <whitelist processUncoveredFilesFromWhitelist =" true" >
2827 <directory suffix =" .php" >src</directory >
2928 </whitelist >
3029 </filter >
31- </phpunit >
30+ </phpunit >
You can’t perform that action at this time.
0 commit comments