Skip to content

Commit 4aa42a2

Browse files
committed
laravel 5.8 compatibility
1 parent 3e9b1d4 commit 4aa42a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "~3.4",
29+
"orchestra/testbench": "~3.8",
3030
"mockery/mockery": "^0.9.4 || ~1.0",
3131
"phpunit/phpunit": "~7.0"
3232
},

tests/TestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abstract class TestCase extends OrchestraTestCase
1212
/**
1313
* @inheritdoc
1414
*/
15-
public function setUp()
15+
protected function setUp(): void
1616
{
1717
parent::setUp();
1818

0 commit comments

Comments
 (0)