Пример #1
0
 public function testQuery()
 {
     $r = PreparedUsers::query('SELECT * FROM users');
     $this->assertEquals(8, count($r->rows));
 }