Negotiation\Tests\EncodingNegotiatorTest::testParseAcceptHeader PHP Method

testParseAcceptHeader() public method

public testParseAcceptHeader ( $header, $expected )
    public function testParseAcceptHeader($header, $expected)
    {
        $accepts = $this->call_private_method('Negotiation\\Negotiator', 'parseHeader', $this->negotiator, array($header));
        $this->assertSame($expected, $accepts);
    }