Begin moving packs to new service mechanisms, refactor exceptions for services
This commit is contained in:
parent
46cb71e69d
commit
9d3dca87f2
62 changed files with 492 additions and 303 deletions
|
@ -84,7 +84,7 @@ class DatabaseManagementServiceTest extends TestCase
|
|||
$this->encrypter = m::mock(Encrypter::class);
|
||||
$this->repository = m::mock(DatabaseRepositoryInterface::class);
|
||||
|
||||
$this->getFunctionMock('\\Pterodactyl\\Services\\Database', 'str_random')
|
||||
$this->getFunctionMock('\\Pterodactyl\\Service\\Database', 'str_random')
|
||||
->expects($this->any())->willReturn('str_random');
|
||||
|
||||
$this->service = new DatabaseManagementService(
|
||||
|
|
Reference in a new issue