We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9b1d4 commit 4aa42a2Copy full SHA for 4aa42a2
composer.json
@@ -26,7 +26,7 @@
26
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
27
},
28
"require-dev": {
29
- "orchestra/testbench": "~3.4",
+ "orchestra/testbench": "~3.8",
30
"mockery/mockery": "^0.9.4 || ~1.0",
31
"phpunit/phpunit": "~7.0"
32
tests/TestCase.php
@@ -12,7 +12,7 @@ abstract class TestCase extends OrchestraTestCase
12
/**
13
* @inheritdoc
14
*/
15
- public function setUp()
+ protected function setUp(): void
16
{
17
parent::setUp();
18
0 commit comments