Negotiation\Tests\EncodingNegotiatorTest::testGetBestReturnsNullWithUnmatchedHeader PHP Метод

testGetBestReturnsNullWithUnmatchedHeader() публичный Метод

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