Egg tests updated

This commit is contained in:
Dane Everitt 2017-10-08 15:29:46 -05:00
parent 4d52ba2b39
commit 6e02e9491a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 99 additions and 102 deletions

View file

@ -12,15 +12,15 @@ namespace Tests\Unit\Services\Services;
use Mockery as m;
use Tests\TestCase;
use Ramsey\Uuid\Uuid;
use Tests\Traits\KnownUuid;
use Pterodactyl\Models\Nest;
use Tests\Traits\MocksUuids;
use Illuminate\Contracts\Config\Repository;
use Pterodactyl\Services\Nests\NestCreationService;
use Pterodactyl\Contracts\Repository\NestRepositoryInterface;
class NestCreationServiceTest extends TestCase
{
use KnownUuid;
use MocksUuids;
/**
* @var \Illuminate\Contracts\Config\Repository|\Mockery\Mock