Negotiation\Tests\NegotiatorTest::testFindMatches PHP Метод

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

public testFindMatches ( $headerParts, $priorities, $expected )
    public function testFindMatches($headerParts, $priorities, $expected)
    {
        $neg = new Negotiator();
        $matches = $this->call_private_method('Negotiation\\Negotiator', 'findMatches', $neg, array($headerParts, $priorities));
        $this->assertEquals($expected, $matches);
    }