PHP Класс eZ\Bundle\EzPublishCoreBundle\Tests\Routing\UrlAliasRouterTest

Показать файл Открыть проект

Открытые методы

Метод Описание
testMatchRequestDeactivatedUrlAlias ( )
testMatchRequestLocationCaseRedirectWithRootLocation ( )
testMatchRequestLocationCaseRedirectWithRootRootLocation ( )
testMatchRequestResourceCaseRedirectWithRootLocation ( )
testMatchRequestVirtualCaseRedirectWithRootLocation ( )
testMatchRequestWithRootLocation ( )
testMatchRequestWithRootLocationAndExclusion ( )

Защищенные методы

Метод Описание
getRouter ( eZ\Publish\API\Repository\LocationService $locationService, eZ\Publish\API\Repository\URLAliasService $urlAliasService, eZ\Publish\API\Repository\ContentService $contentService, UrlAliasGenerator $urlAliasGenerator, Symfony\Component\Routing\RequestContext $requestContext )
resetConfigResolver ( ) Resets container and configResolver mocks.
setUp ( )

Описание методов

getRouter() защищенный метод

protected getRouter ( eZ\Publish\API\Repository\LocationService $locationService, eZ\Publish\API\Repository\URLAliasService $urlAliasService, eZ\Publish\API\Repository\ContentService $contentService, UrlAliasGenerator $urlAliasGenerator, Symfony\Component\Routing\RequestContext $requestContext )
$locationService eZ\Publish\API\Repository\LocationService
$urlAliasService eZ\Publish\API\Repository\URLAliasService
$contentService eZ\Publish\API\Repository\ContentService
$urlAliasGenerator eZ\Publish\Core\MVC\Symfony\Routing\Generator\UrlAliasGenerator
$requestContext Symfony\Component\Routing\RequestContext

resetConfigResolver() защищенный метод

Resets container and configResolver mocks.
protected resetConfigResolver ( )

setUp() защищенный метод

protected setUp ( )

testMatchRequestDeactivatedUrlAlias() публичный метод

testMatchRequestLocationCaseRedirectWithRootLocation() публичный метод

testMatchRequestLocationCaseRedirectWithRootRootLocation() публичный метод

testMatchRequestResourceCaseRedirectWithRootLocation() публичный метод

testMatchRequestVirtualCaseRedirectWithRootLocation() публичный метод

testMatchRequestWithRootLocation() публичный метод

testMatchRequestWithRootLocationAndExclusion() публичный метод