Skip to content

Commit

Permalink
Update phpunit/phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrenaud committed May 26, 2020
1 parent ea528a7 commit 7d778b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.0",
"orchestra/testbench": "^3.5|^4.0|^5.0",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^5.0",
"squizlabs/php_codesniffer": "^3.3.2"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/UnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

abstract class UnitTest extends TestCase
{
public function tearDown()
public function tearDown(): void
{
Mockery::close();
}
Expand Down

0 comments on commit 7d778b0

Please sign in to comment.