/**
  * Returns a list of teachers by group
  * for sending email alerts to teachers
  *
  * @return array the teacher array
  */
 public function testable_get_teachers()
 {
     return parent::get_teachers();
 }