use DB::transaction

This commit is contained in:
2024-04-16 14:58:23 +03:30
parent 4b4f621b34
commit f9d842b6f4
24 changed files with 286 additions and 123 deletions

View File

@@ -11,14 +11,14 @@ use App\Models\Permission;
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 Mockery\MockInterface;
use Tests\TestCase;
class operatorFirstStepStoreTest extends TestCase
{
use DatabaseTruncation;
use RefreshDataBase;
/**
* A basic feature test example.
*/