Skip to content

Commit 732435d

Browse files
chore(deps): update dependency phpunit/phpunit to v10 (#187)
* chore(deps): update dependency phpunit/phpunit to v10 * chore(deps): update dependency phpunit/phpunit to v10 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc03e25 commit 732435d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/.phpunit.result.cache
1+
/.phpunit.cache
22
/.phpcs-cache
33
/composer.lock
44
/infection.json

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"phpstan/phpstan": "^1.0.0",
4545
"phpstan/phpstan-phpunit": "^1.0.0",
4646
"phpstan/phpstan-strict-rules": "^1.0.0",
47-
"phpunit/phpunit": "^9.4",
47+
"phpunit/phpunit": "^10.0",
4848
"psalm/plugin-phpunit": "0.18.4",
4949
"roave/infection-static-analysis-plugin": "^1.6",
5050
"symfony/http-client": "^6.0",

phpunit.xml.dist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
55
beStrictAboutChangesToGlobalState="true"
66
beStrictAboutOutputDuringTests="true"
7-
beStrictAboutTodoAnnotatedTests="true"
87
bootstrap="tests/bootstrap.php"
98
colors="true"
10-
verbose="true"
11-
forceCoversAnnotation="true"
9+
requireCoverageMetadata="true"
1210
failOnRisky="true"
11+
cacheDirectory=".phpunit.cache"
1312
>
1413
<coverage>
1514
<include>

0 commit comments

Comments
 (0)