File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/.cache /*
22/.logs /*
3- /test /.phpunit.result.cache
43! /** /.gitkeep
54.env
65
Original file line number Diff line number Diff line change 1616 ~
1717 -->
1818<phive xmlns =" https://phar.io/phive" >
19- <phar name =" phpunit" version =" ^9.0.1 " installed =" 9.6.5 " location =" ./tools/phpunit.phar" copy =" true" />
19+ <phar name =" phpunit" version =" ^10.0 " installed =" 10.0.15 " location =" ./tools/phpunit.phar" copy =" true" />
2020 <phar name =" psalm" version =" ^5.0" installed =" 5.8.0" location =" ./tools/psalm" copy =" true" />
2121 <phar name =" composer-unused" version =" ^0.8" installed =" 0.8.6" location =" ./tools/composer-unused" copy =" true" />
2222 <phar name =" composer-require-checker" version =" ^4.0" installed =" 4.5.0" location =" ./tools/composer-require-checker" copy =" true" />
Original file line number Diff line number Diff line change 1515 ~ limitations under the License.
1616 ~
1717 -->
18- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" bootstrap =" ./../vendor/autoload.php"
19- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
18+ <phpunit
19+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
21+ colors =" true"
22+ bootstrap =" ./../vendor/autoload.php"
23+ cacheDirectory =" ../.cache/phpunit"
24+ >
2025 <coverage >
2126 <include >
2227 <directory suffix =" .php" >./../src</directory >
You can’t perform that action at this time.
0 commit comments