eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlAliasHandlerTest::providerForTestLookupVirtualUrlAlias PHP Method

providerForTestLookupVirtualUrlAlias() public method

    public function providerForTestLookupVirtualUrlAlias()
    {
        return array(array('hello/and', '6-be5d5d37542d75f93a87094459f76678'), array('HELLO/AND', '6-be5d5d37542d75f93a87094459f76678'));
    }
UrlAliasHandlerTest