portMatches() public static méthode

public static portMatches ( $pattern, $port )
 /**
  * @dataProvider portMatchesDataProvider
  */
 public function testPortMatches($pattern, $port, $matches)
 {
     $this->assertSame($matches, OriginMatcher::portMatches($pattern, $port));
 }