This commit is contained in:
Bernhard Posselt 2016-04-28 17:14:48 +02:00
Родитель dd5f636735
Коммит 5b91cb3f6e
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('6.9.9'));
->will($this->returnValue('8.0.0'));
$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('7.0.0'));
->will($this->returnValue('8.0.1'));
$this->service->expects($this->never())
->method('generateSearchIndices');