File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
/.phpcs-cache
2
- /.phpunit.result. cache
2
+ /.phpunit.cache
3
3
/build
4
4
/composer.lock
5
5
/vendor /
Original file line number Diff line number Diff line change 27
27
"php-coveralls/php-coveralls" : " ^2.0" ,
28
28
"phpstan/phpstan-php-parser" : " ^1.0" ,
29
29
"phpstan/phpstan-phpunit" : " ^1.0" ,
30
- "phpunit/phpunit" : " ^8.5.2 || ^9.0.0 "
30
+ "phpunit/phpunit" : " ^10.5 "
31
31
},
32
32
"scripts" : {
33
33
"check-all" : [
Original file line number Diff line number Diff line change 1
1
<?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" >
8
3
<testsuites >
9
4
<testsuite name =" main" >
10
5
<directory >tests</directory >
11
6
</testsuite >
12
7
</testsuites >
8
+ <source >
9
+ <include >
10
+ <directory suffix =" .php" >src</directory >
11
+ </include >
12
+ </source >
13
13
</phpunit >
You can’t perform that action at this time.
0 commit comments