use DataBaseTruncation instead of RefreshDataBase

This commit is contained in:
2024-04-14 14:13:16 +03:30
parent 8a87c201f6
commit 7e63c3eda0
35 changed files with 1927 additions and 194 deletions

View File

@@ -11,15 +11,14 @@ use App\Models\Permission;
use App\Models\User;
use App\Models\UserActivityLog;
use App\Services\NominatimService;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\WithFaker;
use Illuminate\Foundation\Testing\DatabaseTruncation;
use Illuminate\Http\UploadedFile;
use Mockery\MockInterface;
use Tests\TestCase;
class operatorFirstStepStoreTest extends TestCase
{
use RefreshDatabase, WithFaker;
use DatabaseTruncation;
/**
* A basic feature test example.
*/