revert 'test fixes'

This commit is contained in:
Matthew Penner 2021-07-13 15:16:53 -06:00
parent 8d5dbbb57b
commit 2963b77b41
2 changed files with 2 additions and 2 deletions

View file

@ -5,14 +5,12 @@ 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.