示例#1
0
 public function testbuild_report_query_select()
 {
     $aor_Report = new AOR_Report();
     $aor_Report->report_module = 'Accounts';
     $query_array = array();
     //execute the method with parameters and verify that it returns an array.
     $actual = $aor_Report->build_report_query_select($query_array, 'name');
     $this->assertTrue(is_array($actual));
 }