Exemplo n.º 1
0
 /**
  * @covers Gloubster\Message\Job\AbstractJob::removeParameter
  * @expectedException Gloubster\Exception\InvalidArgumentException
  */
 public function testRemoveParameterMustThrowAnxceptionOnInvalidParameter()
 {
     $this->object->removeParameter('bidou');
 }