Skip to content

Commit

Permalink
Update phpunit to supported version (prevent warning with mocking met…
Browse files Browse the repository at this point in the history
…hod type, see sebastianbergmann/phpunit#3706)

Remove unsupported tap coverage logger (see sebastianbergmann/phpunit#2683)
  • Loading branch information
samizdam committed Mar 13, 2020
1 parent a568eea commit 19f0cdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit" : "^8.2",
"phpunit/phpunit" : "^9.0",
"squizlabs/php_codesniffer": "^3.3",
"phpstan/phpstan": "^0.10.3",
"phpstan/phpstan-phpunit": "^0.10.0"
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
</whitelist>
</filter>
<logging>
<log type="tap" target="build/report.tap"/>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage"/>
<log type="coverage-text" target="build/coverage.txt"/>
Expand Down

0 comments on commit 19f0cdf

Please sign in to comment.