eZ\Publish\Core\Repository\Tests\Service\Mock\UrlAliasTest::testCreateGlobalUrlAliasThrowsInvalidArgumentExceptionResource PHP Method

testCreateGlobalUrlAliasThrowsInvalidArgumentExceptionResource() public method

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