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

@@ -9,7 +9,6 @@ use App\Models\RoadObserved;
use App\Models\User;
use App\Services\NikarayanService;
use Illuminate\Foundation\Testing\DatabaseTruncation;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Http\UploadedFile;
use Illuminate\Support\Facades\Storage;
use Mockery\MockInterface;
@@ -17,7 +16,7 @@ use Tests\TestCase;
class HandleTest extends TestCase
{
use RefreshDatabase;
use DatabaseTruncation;
/**
* A basic feature test example.
*/