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/.phpcs-cache
2- /.phpunit.result. cache
2+ /.phpunit.cache
33/build
44/composer.lock
55/vendor /
Original file line number Diff line number Diff line change 2727 "php-coveralls/php-coveralls" : " ^2.0" ,
2828 "phpstan/phpstan-php-parser" : " ^1.0" ,
2929 "phpstan/phpstan-phpunit" : " ^1.0" ,
30- "phpunit/phpunit" : " ^8.5.2 || ^9.0.0 "
30+ "phpunit/phpunit" : " ^10.5 "
3131 },
3232 "scripts" : {
3333 "check-all" : [
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap =" ./vendor/autoload.php" colors =" true" verbose =" true" >
3- <coverage processUncoveredFiles =" true" >
4- <include >
5- <directory suffix =" .php" >src</directory >
6- </include >
7- </coverage >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap =" ./vendor/autoload.php" colors =" true" cacheDirectory =" .phpunit.cache" >
83 <testsuites >
94 <testsuite name =" main" >
105 <directory >tests</directory >
116 </testsuite >
127 </testsuites >
8+ <source >
9+ <include >
10+ <directory suffix =" .php" >src</directory >
11+ </include >
12+ </source >
1313</phpunit >
You can’t perform that action at this time.
0 commit comments