|
|
|
|
@ -137,6 +137,11 @@ abstract class FetcherBase extends TestCase {
|
|
|
|
|
$this->config
|
|
|
|
|
->expects($this->at(3))
|
|
|
|
|
->method('getSystemValue')
|
|
|
|
|
->with('appstoreurl', 'https://apps.nextcloud.com/api/v1')
|
|
|
|
|
->willReturn('https://apps.nextcloud.com/api/v1');
|
|
|
|
|
$this->config
|
|
|
|
|
->expects($this->at(4))
|
|
|
|
|
->method('getSystemValue')
|
|
|
|
|
->with(
|
|
|
|
|
$this->equalTo('version'),
|
|
|
|
|
$this->anything()
|
|
|
|
|
@ -298,6 +303,11 @@ abstract class FetcherBase extends TestCase {
|
|
|
|
|
$this->config
|
|
|
|
|
->expects($this->at(3))
|
|
|
|
|
->method('getSystemValue')
|
|
|
|
|
->with('appstoreurl', 'https://apps.nextcloud.com/api/v1')
|
|
|
|
|
->willReturn('https://apps.nextcloud.com/api/v1');
|
|
|
|
|
$this->config
|
|
|
|
|
->expects($this->at(4))
|
|
|
|
|
->method('getSystemValue')
|
|
|
|
|
->with(
|
|
|
|
|
$this->equalTo('version'),
|
|
|
|
|
$this->anything()
|
|
|
|
|
@ -382,6 +392,11 @@ abstract class FetcherBase extends TestCase {
|
|
|
|
|
$this->config
|
|
|
|
|
->expects($this->at(3))
|
|
|
|
|
->method('getSystemValue')
|
|
|
|
|
->with('appstoreurl', 'https://apps.nextcloud.com/api/v1')
|
|
|
|
|
->willReturn('https://apps.nextcloud.com/api/v1');
|
|
|
|
|
$this->config
|
|
|
|
|
->expects($this->at(4))
|
|
|
|
|
->method('getSystemValue')
|
|
|
|
|
->with(
|
|
|
|
|
$this->equalTo('version'),
|
|
|
|
|
$this->anything()
|
|
|
|
|
|