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