PHP Class SebastiaanLuca\Router\Tests\Routers\BootstrapRouterTest

Show file Open project: sebastiaanluca/laravel-router

Public Methods

Method Description
testItMapsTheDomainRoutePattern ( )
testItMapsTheHashRoutePattern ( )
testItMapsTheIdRoutePattern ( )
testItMapsTheSlugRoutePattern ( )
testItMapsTheUuidRoutePattern ( )

Protected Methods

Method Description
createBootstrapRouter ( ) : Illuminate\Foundation\Application | mixed
setUpAndGetRoutePatterns ( ) Initialize the bootstrap router and get the registered patterns.

Method Details

createBootstrapRouter() protected method

protected createBootstrapRouter ( ) : Illuminate\Foundation\Application | mixed
return Illuminate\Foundation\Application | mixed

setUpAndGetRoutePatterns() protected method

Initialize the bootstrap router and get the registered patterns.
protected setUpAndGetRoutePatterns ( )

testItMapsTheDomainRoutePattern() public method

testItMapsTheHashRoutePattern() public method

testItMapsTheIdRoutePattern() public method

testItMapsTheSlugRoutePattern() public method

testItMapsTheUuidRoutePattern() public method