From 360d0bdeed92186288afd0595cb968fa52aa42a5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 24 Jul 2015 12:40:56 +0200 Subject: fix #828 also warn when webcron is disabled --- tests/unit/service/StatusServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/service/StatusServiceTest.php b/tests/unit/service/StatusServiceTest.php index 40e2ecce9..efaa7e2fd 100644 --- a/tests/unit/service/StatusServiceTest.php +++ b/tests/unit/service/StatusServiceTest.php @@ -37,7 +37,7 @@ class StatusServiceTest extends \PHPUnit_Framework_TestCase { $this->appName); } - private function beforeStatus($cronMode='webcron', $cronEnabled=true, + private function beforeStatus($cronMode='cron', $cronEnabled=true, $version='1.0') { $this->settings->expects($this->at(0)) ->method('getAppValue') -- cgit v1.2.3