PHP Class eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests\RouterURIElementTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
analyseProvider ( )
matchProvider ( )
reverseMatchProvider ( )
testAnalyseLink ( string $fullUri, string $linkUri )
testAnalyseURI ( string $uri, string $expectedFixedUpURI )
testConstruct ( )
testGetName ( )
testMatch ( SimplifiedRequest $request, $siteAccess, Router $router )
testReverseMatch ( $siteAccessName, $originalPathinfo )
testSerialize ( )

Protected Methods

Method Description
setUp ( )

Method Details

analyseProvider() public method

public analyseProvider ( )

matchProvider() public method

public matchProvider ( )

reverseMatchProvider() public method

setUp() protected method

protected setUp ( )

testAnalyseURI() public method

public testAnalyseURI ( string $uri, string $expectedFixedUpURI )
$uri string
$expectedFixedUpURI string

testConstruct() public method

public testConstruct ( )

testGetName() public method

public testGetName ( )

testMatch() public method

public testMatch ( SimplifiedRequest $request, $siteAccess, Router $router )
$request eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest
$router eZ\Publish\Core\MVC\Symfony\SiteAccess\Router

testReverseMatch() public method

public testReverseMatch ( $siteAccessName, $originalPathinfo )

testSerialize() public method

public testSerialize ( )