mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Fix CheckSetupControllerTest following overwrite.cli.url migration
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
0483064f07
commit
7017b3e675
1 changed files with 0 additions and 5 deletions
|
|
@ -128,7 +128,6 @@ class CheckSetupControllerTest extends TestCase {
|
|||
])
|
||||
->setMethods([
|
||||
'getLastCronInfo',
|
||||
'getSuggestedOverwriteCliURL',
|
||||
'getCurlVersion',
|
||||
'isPhpOutdated',
|
||||
'isPHPMailerUsed',
|
||||
|
|
@ -159,10 +158,6 @@ class CheckSetupControllerTest extends TestCase {
|
|||
->method('getHeader');
|
||||
$this->clientService->expects($this->never())
|
||||
->method('newClient');
|
||||
$this->checkSetupController
|
||||
->expects($this->once())
|
||||
->method('getSuggestedOverwriteCliURL')
|
||||
->willReturn('');
|
||||
$this->checkSetupController
|
||||
->expects($this->once())
|
||||
->method('getLastCronInfo')
|
||||
|
|
|
|||
Loading…
Reference in a new issue