File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 44
44
"jetbrains/phpstorm-attributes" : " ^1.0" ,
45
45
"phpmd/phpmd" : " ^2.13" ,
46
46
"phpstan/phpstan" : " ^1.11" ,
47
- "phpunit/phpunit" : " ^9 .5"
47
+ "phpunit/phpunit" : " ^10 .5"
48
48
},
49
49
"minimum-stability" : " dev" ,
50
50
"prefer-stable" : true ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false"
3
- bootstrap =" vendor/autoload.php" colors =" true" convertErrorsToExceptions =" true"
4
- convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" stopOnError =" false"
5
- stopOnFailure =" false" stopOnIncomplete =" false" stopOnSkipped =" false"
6
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
7
- <coverage processUncoveredFiles =" true" >
8
- <include >
9
- <directory suffix =" .php" >src</directory >
10
- </include >
3
+ bootstrap =" vendor/autoload.php" colors =" true" stopOnError =" false" stopOnFailure =" false"
4
+ stopOnIncomplete =" false" stopOnSkipped =" false"
5
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
6
+ cacheDirectory =" .phpunit.cache" >
7
+ <coverage >
11
8
<report >
12
9
<clover outputFile =" build/coverage/clover.xml" />
13
10
<html outputDirectory =" build/coverage" />
18
15
<directory suffix =" Test.php" >tests</directory >
19
16
</testsuite >
20
17
<logging />
18
+ <source >
19
+ <include >
20
+ <directory suffix =" .php" >src</directory >
21
+ </include >
22
+ </source >
21
23
</phpunit >
You can’t perform that action at this time.
0 commit comments