summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-24 12:40:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-24 12:43:14 +0200
commit360d0bdeed92186288afd0595cb968fa52aa42a5 (patch)
tree98b0af2224d03528cb350b778badd658c591a8f9 /tests
parent9facd28e2340a4eaa3ae72b9d6120ed475cb6060 (diff)
fix #828 also warn when webcron is disabled
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/service/StatusServiceTest.php2
1 files changed, 1 insertions, 1 deletions
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')