mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Fix styling
This commit is contained in:
@@ -9,22 +9,21 @@
|
|||||||
|
|
||||||
namespace Tests\Unit\Http\Controllers\Base;
|
namespace Tests\Unit\Http\Controllers\Base;
|
||||||
|
|
||||||
use GuzzleHttp\Exception\ConnectException;
|
|
||||||
use GuzzleHttp\Exception\RequestException;
|
|
||||||
use GuzzleHttp\Psr7\ServerRequest;
|
|
||||||
use Mockery as m;
|
use Mockery as m;
|
||||||
use Pterodactyl\Models\User;
|
use Pterodactyl\Models\User;
|
||||||
use GuzzleHttp\Psr7\Response;
|
use GuzzleHttp\Psr7\Response;
|
||||||
use Pterodactyl\Models\Server;
|
use Pterodactyl\Models\Server;
|
||||||
use Symfony\Component\HttpKernel\Exception\HttpException;
|
use GuzzleHttp\Psr7\ServerRequest;
|
||||||
|
use GuzzleHttp\Exception\ConnectException;
|
||||||
|
use GuzzleHttp\Exception\RequestException;
|
||||||
use Tests\Assertions\ControllerAssertionsTrait;
|
use Tests\Assertions\ControllerAssertionsTrait;
|
||||||
use Tests\Unit\Http\Controllers\ControllerTestCase;
|
use Tests\Unit\Http\Controllers\ControllerTestCase;
|
||||||
use Pterodactyl\Http\Controllers\Base\IndexController;
|
use Pterodactyl\Http\Controllers\Base\IndexController;
|
||||||
use Illuminate\Contracts\Pagination\LengthAwarePaginator;
|
use Illuminate\Contracts\Pagination\LengthAwarePaginator;
|
||||||
|
use Symfony\Component\HttpKernel\Exception\HttpException;
|
||||||
use Pterodactyl\Services\DaemonKeys\DaemonKeyProviderService;
|
use Pterodactyl\Services\DaemonKeys\DaemonKeyProviderService;
|
||||||
use Pterodactyl\Contracts\Repository\ServerRepositoryInterface;
|
use Pterodactyl\Contracts\Repository\ServerRepositoryInterface;
|
||||||
use Pterodactyl\Contracts\Repository\Daemon\ServerRepositoryInterface as DaemonServerRepositoryInterface;
|
use Pterodactyl\Contracts\Repository\Daemon\ServerRepositoryInterface as DaemonServerRepositoryInterface;
|
||||||
use Psr\Http\Message\RequestInterface;
|
|
||||||
|
|
||||||
class IndexControllerTest extends ControllerTestCase
|
class IndexControllerTest extends ControllerTestCase
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user