Example #1
0
 /**
  * Tests Database->query_fetch_all()
  */
 public function testQuery_fetch_all()
 {
     $result = $this->Database->query_fetch_all('select * from content_pages');
     if (count($result) < 2) {
         $this->fail();
     }
 }