From 537190cdbb4a69ce756dad05471cd4fd8eebd229 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 28 Apr 2016 17:20:20 +0200 Subject: blubb --- tests/unit/upgrade/UpgradeTest.php | 4 ++-- 1 file 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'); -- cgit v1.2.3