Exemplo n.º 1
0
 public function testload_report_beans()
 {
     $aor_Report = new AOR_Report();
     //execute the method and test if it works and does not throws an exception.
     try {
         $aor_Report->load_report_beans();
         $this->assertTrue(true);
     } catch (Exception $e) {
         $this->fail();
     }
 }