fix parent, teacher and admin pages
This commit is contained in:
@@ -24,6 +24,7 @@ class TeacherDashboardServiceTest extends TestCase
|
||||
$data = $service->classView($teacherId, $classSectionId);
|
||||
|
||||
$this->assertSame($classSectionId, $data['active_class_section_id']);
|
||||
$this->assertSame('1A', $data['class_section_name']);
|
||||
$this->assertNotEmpty($data['classes']);
|
||||
$this->assertNotEmpty($data['students']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user