/**
  * Retrieves a list of group test cases from the active Manager class
  * displaying it in the correct format for the reporter subclass.
  *
  * @return void
  */
 function groupTestList()
 {
     $testList = TestManager::getGroupTestList();
     return $testList;
 }