mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Use LazilyRefreshDatabase instead of RefreshDatabase
This commit is contained in:
parent
8fad377114
commit
8c13a4c5c9
|
@ -5,14 +5,14 @@ namespace Tests\Feature\Api\Users;
|
|||
use App\Models\Company;
|
||||
use App\Models\Setting;
|
||||
use App\Models\User;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Illuminate\Foundation\Testing\LazilyRefreshDatabase;
|
||||
use Illuminate\Testing\Fluent\AssertableJson;
|
||||
use Laravel\Passport\Passport;
|
||||
use Tests\TestCase;
|
||||
|
||||
class UsersForSelectListTest extends TestCase
|
||||
{
|
||||
use RefreshDatabase;
|
||||
use LazilyRefreshDatabase;
|
||||
|
||||
public function testUsersAreReturned()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue