eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlAliasHandlerTest::testLoadUrlAliasThrowsNotFoundException PHP Метод

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

Test for the loadUrlAlias() method.
    public function testLoadUrlAliasThrowsNotFoundException()
    {
        $handler = $this->getHandler();
        $handler->loadUrlAlias('non-existent');
    }
UrlAliasHandlerTest