File tree 2 files changed +15
-17
lines changed
2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 10
10
"phpstan/phpstan" : " ^2.0"
11
11
},
12
12
"require-dev" : {
13
- "phpunit/phpunit" : " ^9.0 "
13
+ "phpunit/phpunit" : " ^9.6 "
14
14
},
15
15
"autoload" : {
16
16
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.0 /phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd"
5
4
bootstrap =" vendor/autoload.php" >
6
- <testsuites >
7
- <testsuite name =" Enum PHPStan Extension Unit Test Suite" >
8
- <directory >tests/unit</directory >
9
- </testsuite >
10
- <testsuite name =" Enum PHPStan Extension Integration Test Suite" >
11
- <directory >tests/integration</directory >
12
- </testsuite >
13
- </testsuites >
14
-
15
- <filter >
16
- <whitelist >
17
- <directory >src</directory >
18
- </whitelist >
19
- </filter >
5
+ <coverage >
6
+ <include >
7
+ <directory >src</directory >
8
+ </include >
9
+ </coverage >
10
+ <testsuites >
11
+ <testsuite name =" Enum PHPStan Extension Unit Test Suite" >
12
+ <directory >tests/unit</directory >
13
+ </testsuite >
14
+ <testsuite name =" Enum PHPStan Extension Integration Test Suite" >
15
+ <directory >tests/integration</directory >
16
+ </testsuite >
17
+ </testsuites >
20
18
</phpunit >
You can’t perform that action at this time.
0 commit comments