From 79479799926c68567abf511ff3a6250d70284d34 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 28 Nov 2022 17:37:51 +1300 Subject: [PATCH] API Stop using deprecated API --- tests/CronTaskControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)