We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb56a75 commit 839748eCopy full SHA for 839748e
composer.json
@@ -44,7 +44,7 @@
44
"phpstan/phpstan": "1.10.14",
45
"phpstan/phpstan-phpunit": "1.3.11",
46
"phpstan/phpstan-strict-rules": "^1.5",
47
- "phpunit/phpunit": "9.6.7",
+ "phpunit/phpunit": "10.2.2",
48
"psalm/plugin-phpunit": "0.18.4",
49
"squizlabs/php_codesniffer": "3.7.2",
50
"symfony/cache": "^5.4|^6.0",
phpunit.xml.dist
@@ -48,9 +48,9 @@
</testsuite>
</testsuites>
51
- <coverage>
+ <source>
52
<include>
53
<directory suffix=".php">src</directory>
54
</include>
55
- </coverage>
+ </source>
56
</phpunit>
0 commit comments