complete 2.5 with qa tests

This commit is contained in:
Naser Mansour
2025-12-26 16:19:55 +02:00
parent f508f2b7bf
commit 1376f86d79
11 changed files with 601 additions and 2 deletions
@@ -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();
});
// ===========================================