Example #1
0
 public function testFetchAssoc()
 {
     $res = $this->object->fetchAssoc("name,#");
     $this->assertType("Page", $res["Clanek"][0]);
 }