Skip to content

Commit

Permalink
Fixed phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Sep 29, 2023
1 parent c8931a7 commit e4609c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"require-dev": {
"laravel/legacy-factories": "^1.3",
"mockery/mockery": "^1.5",
"orchestra/testbench": "^8.3"
"orchestra/testbench": "^8.3",
"phpunit/phpunit": "^9.5.21"
},
"config": {
"sort-packages": true
Expand Down
5 changes: 0 additions & 5 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,4 @@
<server name="CLOUDFLARE_TOKEN" value="test" />
<server name="CLOUDFLARE_ACCOUNT_ID" value="1234" />
</php>
<coverage>
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
</phpunit>

0 comments on commit e4609c5

Please sign in to comment.