Apply fixes from StyleCI (#607)
This commit is contained in:
parent
f451e4dc47
commit
1e1eac1b9c
35 changed files with 137 additions and 139 deletions
|
@ -24,14 +24,14 @@
|
|||
|
||||
namespace Tests\Unit\Services\Packs;
|
||||
|
||||
use Illuminate\Contracts\Filesystem\Factory;
|
||||
use Mockery as m;
|
||||
use phpmock\phpunit\PHPMock;
|
||||
use Pterodactyl\Contracts\Repository\PackRepositoryInterface;
|
||||
use Pterodactyl\Models\Pack;
|
||||
use Pterodactyl\Services\Packs\ExportPackService;
|
||||
use Tests\TestCase;
|
||||
use ZipArchive;
|
||||
use Mockery as m;
|
||||
use Tests\TestCase;
|
||||
use phpmock\phpunit\PHPMock;
|
||||
use Pterodactyl\Models\Pack;
|
||||
use Illuminate\Contracts\Filesystem\Factory;
|
||||
use Pterodactyl\Services\Packs\ExportPackService;
|
||||
use Pterodactyl\Contracts\Repository\PackRepositoryInterface;
|
||||
|
||||
class ExportPackServiceTest extends TestCase
|
||||
{
|
||||
|
|
Reference in a new issue