ImboUnitTest\Http\ContentNegotiationTest::testCanPickTheBestMatchFromASetOfMimeTypes PHP Method

testCanPickTheBestMatchFromASetOfMimeTypes() public method

public testCanPickTheBestMatchFromASetOfMimeTypes ( $mimeTypes, $acceptable, $result )
    public function testCanPickTheBestMatchFromASetOfMimeTypes($mimeTypes, $acceptable, $result)
    {
        $this->assertSame($result, $this->cn->bestMatch($mimeTypes, $acceptable));
    }