|
|
|
|
@ -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') |
|
|
|
|
|