Ejemplo n.º 1
0
 /**
  * @expectedException Exception
  */
 public function testNotEnoughParams()
 {
     $this->db->prepare('test ? OR ?', 1);
 }