Add test cases for client servers endpoint
This commit is contained in:
parent
4a677aebae
commit
fc261fe20c
5 changed files with 178 additions and 37 deletions
|
@ -5,10 +5,13 @@ namespace Pterodactyl\Tests\Integration;
|
|||
use Tests\TestCase;
|
||||
use Cake\Chronos\Chronos;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Tests\Traits\Integration\CreatesTestModels;
|
||||
use Pterodactyl\Transformers\Api\Application\BaseTransformer;
|
||||
|
||||
abstract class IntegrationTestCase extends TestCase
|
||||
{
|
||||
use CreatesTestModels;
|
||||
|
||||
/**
|
||||
* Setup base integration test cases.
|
||||
*/
|
||||
|
|
Reference in a new issue