File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 5353 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5454
5555 - name : Install dependencies
56- run : composer i
56+ run : |
57+ composer i # twice because of php-scoper
58+ composer i
5759
5860 - name : Lint
5961 run : composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 )
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" bootstrap.php" timeoutForSmallTests =" 900" timeoutForMediumTests =" 900" timeoutForLargeTests =" 900" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" cacheDirectory =" .phpunit.cache" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" bootstrap.php" timeoutForSmallTests =" 900" timeoutForMediumTests =" 900" timeoutForLargeTests =" 900" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd" cacheDirectory =" .phpunit.cache" >
33 <coverage >
4- <include >
5- <directory suffix =" .php" >../appinfo</directory >
6- <directory suffix =" .php" >../lib</directory >
7- </include >
84 <report >
95 <clover outputFile =" ./clover.xml" />
106 </report >
1612 <logging >
1713 <!-- and this is where your report will be written -->
1814 </logging >
15+ <source >
16+ <include >
17+ <directory suffix =" .php" >../appinfo</directory >
18+ <directory suffix =" .php" >../lib</directory >
19+ </include >
20+ </source >
1921</phpunit >
You can’t perform that action at this time.
0 commit comments