fix teacher page

This commit is contained in:
root
2026-06-04 19:26:24 -04:00
parent 6408906f07
commit 6fa656bb6c
9 changed files with 1370 additions and 4 deletions
@@ -30,6 +30,8 @@ class TeacherAssignmentServiceTest extends TestCase
'teacher_id' => $teacherId,
'class_section_id' => $classSectionId,
'position' => 'main',
'semester' => 'Fall',
'school_year' => '2025-2026',
]);
}
@@ -43,6 +45,7 @@ class TeacherAssignmentServiceTest extends TestCase
'teacher_id' => $teacherId,
'class_section_id' => $classSectionId,
'position' => 'ta',
'semester' => 'Fall',
'school_year' => '2025-2026',
'created_at' => now(),
'updated_at' => now(),
@@ -60,6 +63,8 @@ class TeacherAssignmentServiceTest extends TestCase
'teacher_id' => $teacherId,
'class_section_id' => $classSectionId,
'position' => 'ta',
'semester' => 'Fall',
'school_year' => '2025-2026',
]);
}