Negotiation\Tests\EncodingNegotiatorTest::testGetBestReturnsNullWithUnmatchedHeader PHP Method

testGetBestReturnsNullWithUnmatchedHeader() public method

    public function testGetBestReturnsNullWithUnmatchedHeader()
    {
        $this->assertNull($this->negotiator->getBest('foo, bar, yo', array('baz')));
    }