eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests\RouterHostTextTest::testGetName PHP Method

testGetName() public method

public testGetName ( )
    public function testGetName()
    {
        $matcher = new HostTextMatcher(array('host' => 'foo'), array());
        $this->assertSame('host:text', $matcher->getName());
    }