Example #1
0
 public function test_find_all_with_no_results()
 {
     $query_result = $this->sqldao->find_all(10, 100);
     $query_result->rewind();
     self::assertFalse($query_result->valid(), 'query has results');
 }