Ejemplo n.º 1
0
 public function testGetIdByParameterBadColumn()
 {
     $this->setExpectedException('PDOException', '', '42S22');
     Command::getIdByParameter('errColumn', 'Test notif');
 }