#126 - vacation request reminders #130

Merged
Baakoma merged 17 commits from #126-vacation-request-reminders into main 2022-04-27 15:26:55 +02:00
Showing only changes of commit 0957c2ae50 - Show all commits

View File

@@ -86,7 +86,7 @@ class SendVacationRequestSummariesTest extends TestCase
Notification::assertSentTo([$technicalApprover, $admin], VacationRequestsSummaryNotification::class); Notification::assertSentTo([$technicalApprover, $admin], VacationRequestsSummaryNotification::class);
} }
public function testSummariesAreNotSendIfTherAreNoWaitingForActionVacationRequests(): void public function testSummariesAreNotSentIfThereAreNoWaitingForActionVacationRequests(): void
{ {
$currentYearPeriod = YearPeriod::current(); $currentYearPeriod = YearPeriod::current();