Skip to content

Commit

Permalink
chore(deps): update dependency phpunit/phpunit to v10 (#187)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] authored Feb 24, 2023
1 parent bc03e25 commit 732435d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.phpunit.result.cache
/.phpunit.cache
/.phpcs-cache
/composer.lock
/infection.json
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0",
"phpunit/phpunit": "^9.4",
"phpunit/phpunit": "^10.0",
"psalm/plugin-phpunit": "0.18.4",
"roave/infection-static-analysis-plugin": "^1.6",
"symfony/http-client": "^6.0",
Expand Down
5 changes: 2 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
beStrictAboutChangesToGlobalState="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
bootstrap="tests/bootstrap.php"
colors="true"
verbose="true"
forceCoversAnnotation="true"
requireCoverageMetadata="true"
failOnRisky="true"
cacheDirectory=".phpunit.cache"
>
<coverage>
<include>
Expand Down

0 comments on commit 732435d

Please sign in to comment.