PHP Class Tests\RouteBinderServiceProviderTest

Inheritance: extends Mockery\Adapter\Phpunit\MockeryTestCase
显示文件 Open project: guiwoda/route-binder

Public Methods

Method Description
test_it_should_call_all_binders ( )
test_it_should_publish_the_config_path ( )

Protected Methods

Method Description
expectBinders ( )
returnUsingAppCall ( variadic $params ) : Closure
setUp ( )

Method Details

expectBinders() protected method

protected expectBinders ( )

returnUsingAppCall() protected method

protected returnUsingAppCall ( variadic $params ) : Closure
$params variadic
return Closure

setUp() protected method

protected setUp ( )

test_it_should_call_all_binders() public method

test_it_should_publish_the_config_path() public method