PHP 클래스 NilPortugues\Tests\Laravel5\JsonApi\JsonApiControllerTest

상속: extends LaravelTestCase
파일 보기 프로젝트 열기: nilportugues/laravel5-jsonapi

공개 메소드들

메소드 설명
setUp ( )
testDeleteAction ( )
testGetAction ( )
testGetActionWhenEmployeeDoesNotExist ( )
testListAction ( )
testListActionCanFilterMembers ( )
testListActionCanSort ( )
testPatchAction ( )
testPatchActionWhenEmployeeDoesNotExistReturns404 ( )
testPostAction ( )
testPostActionCreateNonexistentTypeAndReturnErrors ( )
testPostActionReturnsErrorBecauseAttributesAreMissing ( )
testPutAction ( )
testPutActionWhenEmployeeDoesNotExistReturns404 ( )

비공개 메소드들

메소드 설명
createNewEmployee ( ) : Illuminate\Http\Response

메소드 상세

setUp() 공개 메소드

public setUp ( )

testDeleteAction() 공개 메소드

public testDeleteAction ( )

testGetAction() 공개 메소드

public testGetAction ( )

testGetActionWhenEmployeeDoesNotExist() 공개 메소드

testListAction() 공개 메소드

public testListAction ( )

testListActionCanFilterMembers() 공개 메소드

testListActionCanSort() 공개 메소드

testPatchAction() 공개 메소드

public testPatchAction ( )

testPatchActionWhenEmployeeDoesNotExistReturns404() 공개 메소드

testPostAction() 공개 메소드

public testPostAction ( )

testPostActionCreateNonexistentTypeAndReturnErrors() 공개 메소드

testPostActionReturnsErrorBecauseAttributesAreMissing() 공개 메소드

testPutAction() 공개 메소드

public testPutAction ( )

testPutActionWhenEmployeeDoesNotExistReturns404() 공개 메소드