Make BaseTest abstract

This commit is contained in:
Marcus Moore 2023-02-07 16:17:16 -08:00
parent 3fdf4dea1b
commit 6b8c0f9e88
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ use Tests\TestCase;
use Auth;
use Artisan;
class BaseTest extends TestCase
abstract class BaseTest extends TestCase
{
use DatabaseTransactions;