Revert "use RefreshDataBase and DB::transaction"

This reverts commit 9f8855e836.
This commit is contained in:
2024-04-16 13:17:58 +03:30
parent 9f8855e836
commit 4b4f621b34
19 changed files with 153 additions and 159 deletions

View File

@@ -5,12 +5,12 @@ namespace Tests\Feature\V2\Dashboard\RoadPatrolProject;
use App\Models\Province;
use App\Models\RoadPatrol;
use App\Models\User;
use Illuminate\Foundation\Testing\RefreshDataBase;
use Illuminate\Foundation\Testing\DatabaseTruncation;
use Tests\TestCase;
class GetAllDataToMapTest extends TestCase
{
use RefreshDataBase;
use DatabaseTruncation;
/**
* A basic feature test example.
*/