eZ\Publish\Core\Repository\Tests\Service\Mock\UrlAliasTest::testCreateGlobalUrlAliasThrowsInvalidArgumentExceptionResource PHP Метод

testCreateGlobalUrlAliasThrowsInvalidArgumentExceptionResource() публичный Метод

Test for the createGlobalUrlAlias() method.
    public function testCreateGlobalUrlAliasThrowsInvalidArgumentExceptionResource()
    {
        $urlAliasService = $this->getRepository()->getURLAliasService();
        $urlAliasService->createGlobalUrlAlias('invalid/resource', 'path', 'languageCode', 'forwarding', 'alwaysAvailable');
    }
UrlAliasTest