From 4aa42a2f69d1a83726125698f7d4870e0b6a8f8c Mon Sep 17 00:00:00 2001 From: Mohd Saqueib Ansari Date: Wed, 13 Mar 2019 10:27:34 +0530 Subject: [PATCH] laravel 5.8 compatibility --- composer.json | 2 +- tests/TestCase.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5c8026b..8534305 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/tests/TestCase.php b/tests/TestCase.php index e71c537..05db068 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -12,7 +12,7 @@ abstract class TestCase extends OrchestraTestCase /** * @inheritdoc */ - public function setUp() + protected function setUp(): void { parent::setUp();