コード例 #1
0
 public function testGetIdByParameterWithUnknownColumn()
 {
     $this->setExpectedException('PDOException');
     Service::getIdByParameter('idontexist', array('ping'));
 }