use RefreshDataBase and DB::transaction

This commit is contained in:
2024-04-16 13:15:46 +03:30
parent da8af2f931
commit 9f8855e836
19 changed files with 178 additions and 172 deletions

View File

@@ -12,7 +12,7 @@ use App\Models\SafetyAndPrivacy;
use App\Models\User;
use App\Models\UserActivityLog;
use App\Services\NominatimService;
use Illuminate\Foundation\Testing\DatabaseTruncation;
use Illuminate\Foundation\Testing\RefreshDataBase;
use Illuminate\Http\UploadedFile;
use Illuminate\Support\Facades\Storage;
use Mockery\MockInterface;
@@ -20,7 +20,7 @@ use Tests\TestCase;
class operatorThirdStepStoreTest extends TestCase
{
use DatabaseTruncation;
use RefreshDataBase;
/**
* A basic feature test example.
*/