PHP Class Flugg\Responder\Tests\AccessResponderTest

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

Méthodes publiques

Méthode 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 méthode

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

youCanAccessThroughFacade() public méthode

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

youCanAccessThroughHelperMethod() public méthode

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

youCanResolveFromServiceContainer() public méthode

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