Skip to content

Commit 839748e

Browse files
committed
Update PHPUnit to 10.2.2
1 parent bb56a75 commit 839748e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"phpstan/phpstan": "1.10.14",
4545
"phpstan/phpstan-phpunit": "1.3.11",
4646
"phpstan/phpstan-strict-rules": "^1.5",
47-
"phpunit/phpunit": "9.6.7",
47+
"phpunit/phpunit": "10.2.2",
4848
"psalm/plugin-phpunit": "0.18.4",
4949
"squizlabs/php_codesniffer": "3.7.2",
5050
"symfony/cache": "^5.4|^6.0",

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
</testsuite>
4949
</testsuites>
5050

51-
<coverage>
51+
<source>
5252
<include>
5353
<directory suffix=".php">src</directory>
5454
</include>
55-
</coverage>
55+
</source>
5656
</phpunit>

0 commit comments

Comments
 (0)