Apply fixes from StyleCI
This commit is contained in:
parent
54554465f2
commit
8f14ee989d
12 changed files with 59 additions and 59 deletions
|
@ -24,13 +24,13 @@
|
|||
|
||||
namespace Tests\Unit\Http\Controllers\Server;
|
||||
|
||||
use Illuminate\Contracts\Session\Session;
|
||||
use Mockery as m;
|
||||
use Pterodactyl\Http\Controllers\Server\ConsoleController;
|
||||
use Pterodactyl\Models\Server;
|
||||
use Tests\Assertions\ControllerAssertionsTrait;
|
||||
use Tests\TestCase;
|
||||
use Pterodactyl\Models\Server;
|
||||
use Illuminate\Contracts\Session\Session;
|
||||
use Illuminate\Contracts\Config\Repository;
|
||||
use Tests\Assertions\ControllerAssertionsTrait;
|
||||
use Pterodactyl\Http\Controllers\Server\ConsoleController;
|
||||
|
||||
class ConsoleControllerTest extends TestCase
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue