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

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode 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 ( )

Méthodes protégées

Méthode Description
setUp ( )

Method Details

analyseProvider() public méthode

public analyseProvider ( )

matchProvider() public méthode

public matchProvider ( )

reverseMatchProvider() public méthode

setUp() protected méthode

protected setUp ( )

testAnalyseURI() public méthode

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

testAnalyseURILevelAsInt() public méthode

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

testConstruct() public méthode

public testConstruct ( )

testMatch() public méthode

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 méthode

public testReverseMatch ( $siteAccessName, $originalPathinfo )

testReverseMatchFail() public méthode

testSerialize() public méthode

public testSerialize ( )