PHP Class SebastiaanLuca\Router\Tests\Routers\RouterTest

Show file Open project: sebastiaanluca/laravel-router

Public Methods

Method Description
testItCallsMapOnInitialization ( )
testItCanAddASuffixToANamespace ( )
testItSetsNamespace ( )

Protected Methods

Method Description
createRouter ( ) : Mockery\MockInterface | Router Create a new router.

Method Details

createRouter() protected method

Create a new router.
protected createRouter ( ) : Mockery\MockInterface | Router
return Mockery\MockInterface | SebastiaanLuca\Router\Routers\Router

testItCallsMapOnInitialization() public method

testItCanAddASuffixToANamespace() public method

testItSetsNamespace() public method

public testItSetsNamespace ( )