eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests\RouterHostPortURITest::testReverseHostMatchFail PHP Method

testReverseHostMatchFail() public method

    public function testReverseHostMatchFail()
    {
        $config = array('foo' => 'bar');
        $matcher = new Host($config);
        $this->assertNull($matcher->reverseMatch('non_existent'));
    }