зеркало из https://github.com/nextcloud/news.git
blubb
This commit is contained in:
Родитель
5b91cb3f6e
Коммит
537190cdbb
|
@ -49,7 +49,7 @@ class UpgradeTest extends \PHPUnit_Framework_TestCase {
|
|||
$this->config->expects($this->once())
|
||||
->method('getAppValue')
|
||||
->with($this->equalTo('news'), $this->equalTo('installed_version'))
|
||||
->will($this->returnValue('8.0.0'));
|
||||
->will($this->returnValue('8.7.3'));
|
||||
|
||||
$this->service->expects($this->once())
|
||||
->method('generateSearchIndices');
|
||||
|
@ -61,7 +61,7 @@ class UpgradeTest extends \PHPUnit_Framework_TestCase {
|
|||
$this->config->expects($this->once())
|
||||
->method('getAppValue')
|
||||
->with($this->equalTo('news'), $this->equalTo('installed_version'))
|
||||
->will($this->returnValue('8.0.1'));
|
||||
->will($this->returnValue('8.7.4'));
|
||||
|
||||
$this->service->expects($this->never())
|
||||
->method('generateSearchIndices');
|
||||
|
|
Загрузка…
Ссылка в новой задаче