PHP Class Flugg\Responder\Tests\AccessResponderTest

Author: Alexander Tømmerås ([email protected])
Inheritance: extends TestCase
Datei anzeigen Open project: flugger/laravel-responder

Public Methods

Method Description
youCanAccessThroughControllerTrait ( ) Test that you can access the responder service from the controller trait.
youCanAccessThroughFacade ( ) Test that you can access the responder service from the Laravel's IoC container.
youCanAccessThroughHelperMethod ( ) Test that you can access the responder service from the helper methid.
youCanResolveFromServiceContainer ( ) Test that you can resolve the responder service from the Laravel's IoC container.

Method Details

youCanAccessThroughControllerTrait() public method

Test that you can access the responder service from the controller trait.

youCanAccessThroughFacade() public method

Test that you can access the responder service from the Laravel's IoC container.

youCanAccessThroughHelperMethod() public method

Test that you can access the responder service from the helper methid.

youCanResolveFromServiceContainer() public method

Test that you can resolve the responder service from the Laravel's IoC container.