PHP Класс Flugg\Responder\Tests\AccessResponderTest

Автор: Alexander Tømmerås ([email protected])
Наследование: extends TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

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.