summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/unit/upgrade/UpgradeTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/upgrade/UpgradeTest.php b/tests/unit/upgrade/UpgradeTest.php
index 18cd676c8..f2d2485f0 100644
--- a/tests/unit/upgrade/UpgradeTest.php
+++ b/tests/unit/upgrade/UpgradeTest.php
@@ -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');