We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24d805 commit 850031fCopy full SHA for 850031f
tests/webfiori/framework/test/cli/SchedulerCommandTest.php
@@ -208,6 +208,7 @@ public function testForceTaskWithExceptionLogging() {
208
* @test
209
*/
210
public function testForceSpecificTaskByName() {
211
+ $this->getRunner(true);
212
$output = $this->executeSingleCommand(new SchedulerCommand(), [
213
'webfiori',
214
'scheduler',
@@ -246,7 +247,7 @@ public function testForceSpecificTaskByName() {
246
247
248
public function testForceTaskWithCustomArguments() {
249
TasksManager::execLog(true);
-
250
251
252
253
0 commit comments