complete 2.5 with qa tests
This commit is contained in:
@@ -4,10 +4,12 @@ use App\Enums\UserStatus;
|
||||
use App\Enums\UserType;
|
||||
use App\Models\AdminLog;
|
||||
use App\Models\User;
|
||||
use Illuminate\Support\Facades\Notification;
|
||||
use Livewire\Volt\Volt;
|
||||
|
||||
beforeEach(function () {
|
||||
$this->admin = User::factory()->admin()->create();
|
||||
Notification::fake();
|
||||
});
|
||||
|
||||
// ===========================================
|
||||
|
||||
Reference in New Issue
Block a user