PhlyTest\Http\MessageTraitTest::testDoesNotAllowCRLFInjectionWhenCallingWithHeader PHP Method

testDoesNotAllowCRLFInjectionWhenCallingWithHeader() public method

    public function testDoesNotAllowCRLFInjectionWhenCallingWithHeader($name, $value)
    {
        $this->setExpectedException('InvalidArgumentException');
        $this->message->withHeader($name, $value);
    }