Skip to content

Commit 77b41b0

Browse files
authored
Update TestCase.php
1 parent 95db7a2 commit 77b41b0

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
@@ -5,7 +5,7 @@
55
use Iamfarhad\Validation\ValidationRulesServiceProvider;
66
use Orchestra\Testbench\TestCase as Orchestra;
77

8-
class TestCase extends Orchestra
8+
abstract class TestCase extends Orchestra
99
{
1010
protected function setUp(): void
1111
{

0 commit comments

Comments
 (0)