Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2017-09-03 21:41:03 +00:00 committed by StyleCI Bot
parent 54554465f2
commit 8f14ee989d
12 changed files with 59 additions and 59 deletions

View file

@ -25,14 +25,14 @@
namespace Tests\Unit\Http\Controllers\Server\Files;
use Mockery as m;
use Illuminate\Cache\Repository;
use Illuminate\Contracts\Session\Session;
use Tests\TestCase;
use phpmock\phpunit\PHPMock;
use Pterodactyl\Http\Controllers\Server\Files\DownloadController;
use Pterodactyl\Models\Node;
use Pterodactyl\Models\Server;
use Illuminate\Cache\Repository;
use Illuminate\Contracts\Session\Session;
use Tests\Assertions\ControllerAssertionsTrait;
use Tests\TestCase;
use Pterodactyl\Http\Controllers\Server\Files\DownloadController;
class DownloadControllerTest extends TestCase
{