This commit is contained in:
Bernhard Posselt 2016-04-28 17:20:20 +02:00
Родитель 5b91cb3f6e
Коммит 537190cdbb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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