summaryrefslogtreecommitdiffstats
path: root/tests/unit/upgrade/UpgradeTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-05-28 12:49:48 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-05-28 12:49:48 +0200
commit782896cb44c6d64af088c951768d6ec1fb0b0f9f (patch)
tree94a8c06287e05a84a789d515d3fb0aaf45fe759a /tests/unit/upgrade/UpgradeTest.php
parenta92d104327a34c0c64ac0443a2c39dc29749a15c (diff)
Add content hash to items
Diffstat (limited to 'tests/unit/upgrade/UpgradeTest.php')
-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 f2d2485f0..a3d473b63 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.7.3'));
+ ->will($this->returnValue('8.9.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('8.7.4'));
+ ->will($this->returnValue('8.9.1'));
$this->service->expects($this->never())
->method('generateSearchIndices');