add tests batch 20
This commit is contained in:
@@ -16,7 +16,7 @@ class AttendanceAutoPublishJobServiceTest extends TestCase
|
||||
|
||||
public function test_run_publishes_due_records(): void
|
||||
{
|
||||
$autoPublish = new AttendanceAutoPublishService;
|
||||
$autoPublish = new AttendanceAutoPublishService();
|
||||
$service = new AttendanceAutoPublishJobService($autoPublish);
|
||||
|
||||
$now = new DateTimeImmutable('2025-03-01 10:00:00', new DateTimeZone('UTC'));
|
||||
|
||||
Reference in New Issue
Block a user