PHP Class Ergo\Tests\Routing\RouterTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: 99designs/ergo

Public Methods

Method Description
testConnectingAClosureAsARoute ( )
testConnectingARedirectRoute ( )
testConnectingAnAliasRoute ( )
testCustomRoute ( )
testRouteMetadata ( )
testUsingAControllerResolver ( )

Private Methods

Method Description
assertResponse ( $response, $body, $status = 200 )

Method Details

testConnectingAClosureAsARoute() public method

testConnectingARedirectRoute() public method

testConnectingAnAliasRoute() public method

testCustomRoute() public method

public testCustomRoute ( )

testRouteMetadata() public method

public testRouteMetadata ( )

testUsingAControllerResolver() public method