mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Fix broken tests due to grapping around...
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user