File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.4
54 - 5.5
65 - 5.6
76 - 7.0
@@ -19,8 +18,7 @@ install:
1918 - composer install
2019
2120script :
22- - vendor/bin/phpunit --configuration build/phpunit.xml
23- - cat build/testdox.txt build/coverage.txt
21+ - vendor/bin/phpunit --configuration build/phpunit.xml && cat build/testdox.txt build/coverage.txt
2422
2523after_script :
2624 # @TODO: ocular or coveralls?
Original file line number Diff line number Diff line change 2020 }
2121 ],
2222 "require" : {
23- "php" : " >=5.4.0 " ,
23+ "php" : " >=5.5 " ,
2424 "knplabs/github-api" : " ^1.4" ,
2525 "league/flysystem" : " ^1.0"
2626 },
Original file line number Diff line number Diff line change 1919 printerClass =" NyanCat\PHPUnit\ResultPrinter"
2020>
2121 <testsuites >
22- <testsuite name =" Potherca Test Suite" >
22+ <testsuite name =" Flysystem Github Adapter Test Suite" >
2323 <directory >tests</directory >
2424 </testsuite >
2525 </testsuites >
2929 </whitelist >
3030 </filter >
3131 <logging >
32- <log type =" testdox-text" target =" build/testdox.txt" />
33- <log type =" tap" target =" build/report.tap" />
34- <log type =" junit" target =" build/report.junit.xml" />
32+ <log type =" testdox-text" target =" php://stdout" />
3533 <log type =" coverage-clover" showUncoveredFiles =" true" target =" build/logs/clover.xml" />
36- <log type =" coverage-text" showUncoveredFiles =" true" target =" build/coverage.txt " />
34+ <log type =" coverage-text" showUncoveredFiles =" true" target =" php://stdout " />
3735 <log type =" coverage-html" showUncoveredFiles =" true" target =" build/coverage" charset =" UTF-8" yui =" true" highlight =" true" />
3836 </logging >
3937</phpunit >
You can’t perform that action at this time.
0 commit comments