PHP Class Webiny\Component\Router\Tests\RouterTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: Webiny/Framework

Public Methods

Method Description
generatorProvider ( )
matchProvider ( )
setUp ( )
testAppendRoutes ( )
testGenerator ( $route, $params, $expectedUrl )
testGeneratorException ( )
testGeneratorException2 ( )
testMatchFalse ( )
testMatchTrue ( $url, $expectedResult )
testSetGetCacheAsCacheObject ( )
testSetGetCacheAsCacheServiceException ( )
testSetGetCacheToFalse ( )

Method Details

generatorProvider() public method

public generatorProvider ( )

matchProvider() public method

public matchProvider ( )

setUp() public method

public setUp ( )

testAppendRoutes() public method

public testAppendRoutes ( )

testGenerator() public method

public testGenerator ( $route, $params, $expectedUrl )

testGeneratorException() public method

testGeneratorException2() public method

testMatchFalse() public method

public testMatchFalse ( )

testMatchTrue() public method

public testMatchTrue ( $url, $expectedResult )

testSetGetCacheAsCacheObject() public method

testSetGetCacheAsCacheServiceException() public method

testSetGetCacheToFalse() public method