PHP Class Dietcube\RouterTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: mercari/dietcube

Public Methods

Method Description
createRouter ( )
createRouterWithoutInit ( )
testDispatchIsNotInitialized ( )
testDispatchPageFound ( )
testDispatchPageNotFound ( )
testDispatchWithData ( )
testGenerateUrl ( )
testGenerateUrlWithData ( )
testGenerateUrlWithDataAndQueryParams ( )
testNotExistHandler ( )
testNotExistSegumentName ( )

Method Details

createRouter() public static method

public static createRouter ( )

createRouterWithoutInit() public static method

public static createRouterWithoutInit ( )

testDispatchIsNotInitialized() public method

testDispatchPageFound() public method

testDispatchPageNotFound() public method

testDispatchWithData() public method

testGenerateUrl() public method

public testGenerateUrl ( )

testGenerateUrlWithData() public method

testGenerateUrlWithDataAndQueryParams() public method

testNotExistHandler() public method

public testNotExistHandler ( )

testNotExistSegumentName() public method