use DataBaseTruncation instead of RefreshDataBase
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user