Skip to content

Commit 850031f

Browse files
committed
Update SchedulerCommandTest.php
1 parent f24d805 commit 850031f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/webfiori/framework/test/cli/SchedulerCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ public function testForceTaskWithExceptionLogging() {
208208
* @test
209209
*/
210210
public function testForceSpecificTaskByName() {
211+
$this->getRunner(true);
211212
$output = $this->executeSingleCommand(new SchedulerCommand(), [
212213
'webfiori',
213214
'scheduler',
@@ -246,7 +247,7 @@ public function testForceSpecificTaskByName() {
246247
*/
247248
public function testForceTaskWithCustomArguments() {
248249
TasksManager::execLog(true);
249-
250+
$this->getRunner(true);
250251
$output = $this->executeSingleCommand(new SchedulerCommand(), [
251252
'webfiori',
252253
'scheduler',

0 commit comments

Comments
 (0)