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,10 +8,10 @@ use App\Models\Category;
use Carbon\Carbon;
use App\Notifications\CheckoutAssetNotification;
use Illuminate\Support\Facades\Notification;
use Tests\Unit\BaseTest;
use Tests\TestCase;
class NotificationTest extends BaseTest
class NotificationTest extends TestCase
{
/**
* @var \UnitTester