Skip to content

Commit 9fc607a

Browse files
committed
Fixes wrong stub
1 parent b33af71 commit 9fc607a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/init-laravel/TestCase.php.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
66

77
abstract class TestCase extends BaseTestCase
88
{
9-
use CreatesApplication;
9+
//
1010
}

0 commit comments

Comments
 (0)