File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
/coverage.clover
9
9
/phpunit.xml
10
10
/.phpunit.result.cache
11
+ /.phpunit.cache /
11
12
/.phpcs-cache
12
13
/phpcs.xml
Original file line number Diff line number Diff line change 33
33
"require-dev" : {
34
34
"inspirum/coding-standard" : " ^1.2" ,
35
35
"phpstan/phpstan" : " ^1.9" ,
36
- "phpunit/phpunit" : " ^9.5 " ,
36
+ "phpunit/phpunit" : " ^10.0 " ,
37
37
"squizlabs/php_codesniffer" : " ^3.7" ,
38
38
"symfony/yaml" : " ^6.1"
39
39
},
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd" backupGlobals =" false" colors =" true" bootstrap =" vendor/autoload.php" convertDeprecationsToExceptions = " false " >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd" backupGlobals =" false" colors =" true" bootstrap =" vendor/autoload.php" cacheDirectory = " var/phpunit/cache " >
3
3
<php >
4
4
<ini name =" display_errors" value =" 1" />
5
5
<ini name =" error_reporting" value =" -1" />
11
11
<directory >tests/</directory >
12
12
</testsuite >
13
13
</testsuites >
14
- <coverage processUncoveredFiles = " true " >
14
+ <coverage >
15
15
<include >
16
16
<directory suffix =" .php" >src</directory >
17
17
</include >
You can’t perform that action at this time.
0 commit comments