зеркало из https://github.com/nextcloud/guests.git
fix tests
This commit is contained in:
Родитель
a14b33df9b
Коммит
2f34b234d2
|
@ -26,6 +26,7 @@ use OCA\Guests\Config;
|
|||
use OCA\Guests\GuestManager;
|
||||
use OCP\App\IAppManager;
|
||||
use OCP\IL10N;
|
||||
use OCP\ILogger;
|
||||
use OCP\IURLGenerator;
|
||||
use OCP\IUser;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
|
@ -62,7 +63,8 @@ class AppWhitelistTest extends TestCase {
|
|||
$this->guestManager,
|
||||
$this->l10n,
|
||||
$this->appManager,
|
||||
$this->urlGenerator
|
||||
$this->urlGenerator,
|
||||
$this->createMock(ILogger::class)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче