Remove redundant base test case

This commit is contained in:
Marcus Moore
2023-03-07 16:57:55 -08:00
parent 8c13a4c5c9
commit 43ff7261b2
19 changed files with 34 additions and 52 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ use App\Models\Location;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Tests\Unit\BaseTest;
use Tests\TestCase;
class ComponentTest extends BaseTest
class ComponentTest extends TestCase
{
/**
* @var \UnitTester