PHP 클래스 Flugg\Responder\Tests\MakeErrorResponseTest

저자: Alexander Tømmerås ([email protected])
상속: extends TestCase
파일 보기 프로젝트 열기: flugger/laravel-responder

공개 메소드들

메소드 설명
youCanMakeErrorResponses ( ) Test that you can generate error responses using the responder service.
youCanMakeErrorResponsesUsingFacade ( ) Test that you can generate error responses using the facade.
youCanMakeErrorResponsesUsingHelperMethod ( ) Test that you can generate error responses using the helper method.
youCanMakeErrorResponsesUsingTrait ( ) Test that you can generate error responses using the RespondsWithJson trait.
youCanUseLangFilesForErrorMessages ( ) Test that it uses error messages from the package language file based on error code.

메소드 상세

youCanMakeErrorResponses() 공개 메소드

Test that you can generate error responses using the responder service.

youCanMakeErrorResponsesUsingFacade() 공개 메소드

Test that you can generate error responses using the facade.

youCanMakeErrorResponsesUsingHelperMethod() 공개 메소드

Test that you can generate error responses using the helper method.

youCanMakeErrorResponsesUsingTrait() 공개 메소드

Test that you can generate error responses using the RespondsWithJson trait.

youCanUseLangFilesForErrorMessages() 공개 메소드

Test that it uses error messages from the package language file based on error code.