File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2929 - name : Run test suite
3030 run : |
3131 mkdir ./coverage
32+ php -v
3233 php -v > ./coverage/version-php.txt
3334 ./vendor/bin/phpunit --version > ./coverage/version-phpunit.txt
3435 ./vendor/bin/phpunit --configuration ./phpunit-${{ matrix.php-version }}.xml --coverage-clover ./coverage/coverage.clover --coverage-html ./coverage/html/
Original file line number Diff line number Diff line change 88 convertNoticesToExceptions =" true"
99 convertWarningsToExceptions =" true"
1010 processIsolation =" false"
11- stopOnFailure =" false"
12- syntaxCheck =" false" >
11+ stopOnFailure =" false" >
1312
1413 <filter >
1514 <whitelist >
Original file line number Diff line number Diff line change 88 convertNoticesToExceptions =" true"
99 convertWarningsToExceptions =" true"
1010 processIsolation =" false"
11- stopOnFailure =" false"
12- syntaxCheck =" false" >
11+ stopOnFailure =" false" >
1312
1413 <filter >
1514 <whitelist >
You can’t perform that action at this time.
0 commit comments