Skip to content

Commit 6c8b2a5

Browse files
committed
ITT: Laravel 5.1+ support.
1 parent da8b2b7 commit 6c8b2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
77
{
88
use TestingTools;
99

10-
protected function setUp()
10+
public function setUp()
1111
{
1212
parent::setUp();
1313

0 commit comments

Comments
 (0)