Skip to content

Commit

Permalink
use phpunit 9 to use v9 coverage lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 17, 2024
1 parent 4c95b7f commit 4d26d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^9.5.5 || ^10.0",
"phpunit/phpunit": "^9.5.5",
"symfony/process": "^4.4.30 || ^5.3.7 || ^6.0"
},
"conflict": {
Expand Down
4 changes: 1 addition & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<source>
<coverage>
<include>
<directory>src/Repro</directory>
</include>
</source>
<coverage>
<report>
<php outputFile="coverage/phpunit.cov" />
</report>
Expand Down

0 comments on commit 4d26d5c

Please sign in to comment.