assertStatus(200); } public function test_students_method_returns_array() { $component = new StudentAnalysis(); $students = $component->students(); $this->assertIsArray($students); } }