Fix broken tests due to grapping around...

This commit is contained in:
Dane Everitt
2017-08-20 19:51:15 -05:00
parent cdfbc60030
commit 47eec0398d
8 changed files with 11 additions and 11 deletions

View File

@@ -84,7 +84,7 @@ class DatabaseManagementServiceTest extends TestCase
$this->encrypter = m::mock(Encrypter::class);
$this->repository = m::mock(DatabaseRepositoryInterface::class);
$this->getFunctionMock('\\Pterodactyl\\Service\\Database', 'str_random')
$this->getFunctionMock('\\Pterodactyl\\Services\\Database', 'str_random')
->expects($this->any())->willReturn('str_random');
$this->service = new DatabaseManagementService(