hostMatches() 공개 정적인 메소드

public static hostMatches ( $pattern, $host )
예제 #1
0
 /**
  * @dataProvider hostMatchesDataProvider
  */
 public function testHostMatches($pattern, $host, $matches)
 {
     $this->assertSame($matches, OriginMatcher::hostMatches($pattern, $host));
 }