PHP Class SebastiaanLuca\Router\Tests\Routers\BootstrapRouterTest

Afficher le fichier Open project: sebastiaanluca/laravel-router

Méthodes publiques

Méthode Description
testItMapsTheDomainRoutePattern ( )
testItMapsTheHashRoutePattern ( )
testItMapsTheIdRoutePattern ( )
testItMapsTheSlugRoutePattern ( )
testItMapsTheUuidRoutePattern ( )

Méthodes protégées

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

Method Details

createBootstrapRouter() protected méthode

protected createBootstrapRouter ( ) : Illuminate\Foundation\Application | mixed
Résultat Illuminate\Foundation\Application | mixed

setUpAndGetRoutePatterns() protected méthode

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

testItMapsTheDomainRoutePattern() public méthode

testItMapsTheHashRoutePattern() public méthode

testItMapsTheIdRoutePattern() public méthode

testItMapsTheSlugRoutePattern() public méthode

testItMapsTheUuidRoutePattern() public méthode