Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcube committed Aug 9, 2024
1 parent 504dd7f commit 8ab04da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/EnsureRequestsDontExceedMaxExecutionTimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ public function del($workerId)
{
$this->deleted[] = $workerId;
}

public function get($workerId, $field = null)
{
return 1;
}
}

0 comments on commit 8ab04da

Please sign in to comment.