Move services onto new services system, includes tests

This commit is contained in:
Dane Everitt
2017-08-15 22:21:47 -05:00
parent e91079d128
commit 90bbe57148
26 changed files with 899 additions and 272 deletions

View File

@@ -27,7 +27,7 @@ namespace Tests\Unit\Services\Services\Options;
use Mockery as m;
use Pterodactyl\Contracts\Repository\ServerRepositoryInterface;
use Pterodactyl\Contracts\Repository\ServiceOptionRepositoryInterface;
use Pterodactyl\Exceptions\Services\ServiceOption\HasActiveServersException;
use Pterodactyl\Exceptions\Services\HasActiveServersException;
use Pterodactyl\Services\Services\Options\OptionDeletionService;
use Tests\TestCase;