Пример #1
0
 public function testMungInvalid()
 {
     $this->setExpectedException('CmPayments\\Crate\\Exception\\InvalidArgumentException', 'The $_SERVER variable "test" is not allowed.');
     $this->generator->mung(array('test'));
 }