Skip to content

Commit

Permalink
API Stop using deprecated API
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 28, 2022
1 parent 29e9010 commit 7947979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CronTaskControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7947979

Please sign in to comment.