Skip to content

Commit

Permalink
laravel 5.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
saqueib committed Mar 13, 2019
1 parent 3e9b1d4 commit 4aa42a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
},
"require-dev": {
"orchestra/testbench": "~3.4",
"orchestra/testbench": "~3.8",
"mockery/mockery": "^0.9.4 || ~1.0",
"phpunit/phpunit": "~7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract class TestCase extends OrchestraTestCase
/**
* @inheritdoc
*/
public function setUp()
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 4aa42a2

Please sign in to comment.