portMatches() public static method

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