mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 21:33:44 +02:00
Add test cases for client servers endpoint
This commit is contained in:
@@ -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 New Issue
Block a user