use RefreshDataBase and DB::transaction
This commit is contained in:
@@ -7,12 +7,12 @@ use App\Models\Permission;
|
||||
use App\Models\SafetyAndPrivacy;
|
||||
use App\Models\User;
|
||||
use App\Models\UserActivityLog;
|
||||
use Illuminate\Foundation\Testing\DatabaseTruncation;
|
||||
use Illuminate\Foundation\Testing\RefreshDataBase;
|
||||
use Tests\TestCase;
|
||||
|
||||
class getAllDataToMapTest extends TestCase
|
||||
{
|
||||
use DatabaseTruncation;
|
||||
use RefreshDataBase;
|
||||
/**
|
||||
* A basic feature test example.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user