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 850031f commit 0e0ea9bCopy full SHA for 0e0ea9b
1 file changed
tests/webfiori/framework/test/cli/SchedulerCommandTest.php
@@ -436,6 +436,8 @@ public function testForceTaskWithInteractiveArguments() {
436
'2020-01-01'
437
]);
438
439
+ // Debug: Print actual output for GitHub Actions
440
+ echo "DEBUG Interactive test output: " . json_encode($output) . "\n";
441
$this->assertEquals(0, $this->getExitCode());
442
$this->assertEquals([
443
"Would you like to customize execution arguments?(y/N)\n",
0 commit comments