From 782896cb44c6d64af088c951768d6ec1fb0b0f9f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 28 May 2016 12:49:48 +0200 Subject: Add content hash to items --- tests/unit/upgrade/UpgradeTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/upgrade/UpgradeTest.php') 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'); -- cgit v1.2.3