diff --git a/tests/CronTaskControllerTest.php b/tests/CronTaskControllerTest.php index 6fd1634..3298e95 100644 --- a/tests/CronTaskControllerTest.php +++ b/tests/CronTaskControllerTest.php @@ -72,7 +72,7 @@ public function testIsTaskDue() public function testRunTask() { $runner = CronTaskController::create(); - $runner->setQuiet(true); + $runner->setVerbosity(0); $task = new CronTaskTest\TestCron(); // Assuming first run, match the exact time (seconds are ignored)