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

testReversePortMatchFail() public method

    public function testReversePortMatchFail()
    {
        $config = array('foo' => '8080');
        $matcher = new Port($config);
        $this->assertNull($matcher->reverseMatch('non_existent'));
    }