Esempio n. 1
0
 protected function qstr($checks)
 {
     foreach ($checks as $check) {
         $this->assertSame($check[1], $this->dbo->qstr($check[0]), "check qstr({$check[0]})");
     }
 }