Skip to content

Commit

Permalink
Merge pull request #71 from creative-commoners/pulls/2/stop-using-depr
Browse files Browse the repository at this point in the history
API Stop using deprecated API
  • Loading branch information
sabina-talipova authored Dec 5, 2022
2 parents 29e9010 + 7947979 commit 3aae0e2
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 3aae0e2

Please sign in to comment.