getName() public method

public getName ( )
コード例 #1
0
 public function testGetName()
 {
     $matcher = new PortMatcher(array('port' => '8080', 'scheme' => 'http'), array());
     $this->assertSame('port', $matcher->getName());
 }