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 29
29
- name : Run test suite
30
30
run : |
31
31
mkdir ./coverage
32
+ php -v
32
33
php -v > ./coverage/version-php.txt
33
34
./vendor/bin/phpunit --version > ./coverage/version-phpunit.txt
34
35
./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 8
8
convertNoticesToExceptions =" true"
9
9
convertWarningsToExceptions =" true"
10
10
processIsolation =" false"
11
- stopOnFailure =" false"
12
- syntaxCheck =" false" >
11
+ stopOnFailure =" false" >
13
12
14
13
<filter >
15
14
<whitelist >
Original file line number Diff line number Diff line change 8
8
convertNoticesToExceptions =" true"
9
9
convertWarningsToExceptions =" true"
10
10
processIsolation =" false"
11
- stopOnFailure =" false"
12
- syntaxCheck =" false" >
11
+ stopOnFailure =" false" >
13
12
14
13
<filter >
15
14
<whitelist >
You can’t perform that action at this time.
0 commit comments