public function testgetReportFields()
 {
     //execute the method and verify that it returns an array
     $aor_Report = new AOR_Report();
     $result = $aor_Report->getReportFields();
     $this->assertTrue(is_array($result));
 }