update tests

This commit is contained in:
root
2026-06-08 22:06:30 -04:00
parent 79024235ef
commit 60ecacb7f8
54 changed files with 13243 additions and 5561 deletions
@@ -17,6 +17,9 @@ class ParentAttendanceReportServiceTest extends TestCase
public function test_form_data_returns_students(): void
{
// Pin calendar so upcoming Sundays exist within the 2025-2026 school year.
$this->travelTo('2025-10-05 10:00:00');
$this->seedConfig();
$parentId = $this->seedParent();
$this->seedStudent($parentId);