eZ\Publish\Core\Repository\Tests\Service\Mock\UrlAliasTest::providerForTestLookupThrowsNotFoundExceptionPath PHP Méthode

providerForTestLookupThrowsNotFoundExceptionPath() public méthode

    public function providerForTestLookupThrowsNotFoundExceptionPath()
    {
        return array(array('ein/dva', array('cro-HR', 'ger-DE'), 'ger-DE'), array('ein/dva', array('ger-DE'), 'eng-GB'), array('jedan/dva', array('cro-HR', 'ger-DE'), 'cro-HR'), array('ein/dva', array('cro-HR'), 'cro-HR'));
    }
UrlAliasTest