예제 #1
0
 public function testGetRowById()
 {
     $pdoResult = $this->object->getRowById(1, "activity", TRUE);
     $compare = '{"id":"1","0":"1","title":"fans","1":"fans","startdate":"2012-03-22","2":"2012-03-22","enddate":"2012-05-31","3":"2012-05-31","createdate":"2012-03-15","4":"2012-03-15","isonline":"0","5":"0","isdelete":"0","6":"0","host":"2","7":"2","category":"bb","8":"bb","description":"bbbbb","9":"bbbbb","cautions":"bbbb","10":"bbbb","location":"bbbb","11":"bbbb","initial_attend":"20","12":"20","allow_attend":"60","13":"60","final_attend":"40","14":"40","main_img":null,"15":null,"other_img":null,"16":null,"fansonly":"0","17":"0","url_1":"bbb","18":"bbb","url_2":"bbb","19":"bbb","awd_comment":"memo","20":"memo"}';
     $this->assertEquals($compare, $pdoResult);
 }