Esempio n. 1
0
 /**
  * @dataProvider headersWithInjectionVectors
  */
 public function testDoesNotAllowCRLFInjectionWhenCallingWithAddedHeader($name, $value)
 {
     $this->setExpectedException('InvalidArgumentException');
     $this->message->withAddedHeader($name, $value);
 }