eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests\RouterMapURITest::testReverseMatchFail PHP Method

testReverseMatchFail() public method

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