Ejemplo n.º 1
0
 public function testGetUnknownParameters()
 {
     $this->setExpectedException('PDOException');
     Domain::getParameters(2, 'idontexist');
     $this->setExpectedException('PDOException');
     Domain::getParameters(2, array('name', 'idontexist'));
 }