Skip to content

Commit 0e0ea9b

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ public function testForceTaskWithInteractiveArguments() {
436436
'2020-01-01'
437437
]);
438438

439+
// Debug: Print actual output for GitHub Actions
440+
echo "DEBUG Interactive test output: " . json_encode($output) . "\n";
439441
$this->assertEquals(0, $this->getExitCode());
440442
$this->assertEquals([
441443
"Would you like to customize execution arguments?(y/N)\n",

0 commit comments

Comments
 (0)