File tree Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 1010 "phpstan/phpstan" : " ^2.0"
1111 },
1212 "require-dev" : {
13- "phpunit/phpunit" : " ^9.0 "
13+ "phpunit/phpunit" : " ^9.6 "
1414 },
1515 "autoload" : {
1616 "psr-4" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
32<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"
54 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 >
2018</phpunit >
You can’t perform that action at this time.
0 commit comments