eZ\Publish\Core\MVC\Symfony\Routing\Tests\UrlAliasGeneratorTest::providerTestDoGenerateWithSiteaccess PHP Method

providerTestDoGenerateWithSiteaccess() public method

    public function providerTestDoGenerateWithSiteaccess()
    {
        return array(array(new URLAlias(array('path' => '/foo/bar')), array(), '/foo/bar'), array(new URLAlias(array('path' => '/foo/bar/baz')), array('siteaccess' => 'bar'), '/baz'), array(new UrlAlias(array('path' => '/special-chars-"<>\'')), array(), '/special-chars-%22%3C%3E%27'));
    }