complete story 3.3 with qa tests

This commit is contained in:
Naser Mansour
2025-12-26 18:56:35 +02:00
parent 43df24c7cd
commit eaef242831
11 changed files with 1034 additions and 31 deletions
+4
View File
@@ -19,6 +19,10 @@ pest()->extend(Tests\TestCase::class)
->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
->in('Unit/Models');
pest()->extend(Tests\TestCase::class)
->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
->in('Unit/Services');
/*
|--------------------------------------------------------------------------
| Expectations