attempt to fix lock error on mariadb:10.6 tests
This commit is contained in:
parent
63a466c79a
commit
8d5dbbb57b
3 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,14 @@ namespace Pterodactyl\Tests\Integration;
|
|||
use Carbon\CarbonImmutable;
|
||||
use Pterodactyl\Tests\TestCase;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use Pterodactyl\Tests\Traits\Integration\CreatesTestModels;
|
||||
use Pterodactyl\Transformers\Api\Application\BaseTransformer;
|
||||
|
||||
abstract class IntegrationTestCase extends TestCase
|
||||
{
|
||||
use CreatesTestModels;
|
||||
use DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* Setup base integration test cases.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue