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

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

Public Methods

Method Description
analyseProvider ( )
matchProvider ( )
reverseMatchProvider ( )
testAnalyseLink ( integer $level, string $fullUri, string $linkUri )
testAnalyseURI ( integer $level, string $uri, string $expectedFixedUpURI )
testAnalyseURILevelAsInt ( integer $level, string $uri, string $expectedFixedUpURI )
testConstruct ( )
testMatch ( SimplifiedRequest $request, $siteAccess, Router $router )
testReverseMatch ( $siteAccessName, $originalPathinfo )
testReverseMatchFail ( )
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 ( integer $level, string $uri, string $expectedFixedUpURI )
$level integer
$uri string
$expectedFixedUpURI string

testAnalyseURILevelAsInt() public method

public testAnalyseURILevelAsInt ( integer $level, string $uri, string $expectedFixedUpURI )
$level integer
$uri string
$expectedFixedUpURI string

testConstruct() public method

public testConstruct ( )

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 )

testReverseMatchFail() public method

testSerialize() public method

public testSerialize ( )