PHP 클래스 PhalconRest\Test\Unit\Api\EndpointTest

상속: extends Codeception\TestCase\Test
파일 보기 프로젝트 열기: redound/phalcon-rest-boilerplate

보호된 프로퍼티들

프로퍼티 타입 설명
$endpoint PhalconRest\Api\Endpoint

공개 메소드들

메소드 설명
testDescription ( )
testExampleResponse ( )
testExpectsJsonData ( )
testExpectsPostData ( )
testGetDefaultPostedDataMethod ( )
testHandlerMethod ( )
testHttpMethod ( )
testIdentifier ( )
testName ( )
testPath ( )

보호된 메소드들

메소드 설명
_before ( )

메소드 상세

_before() 보호된 메소드

protected _before ( )

testDescription() 공개 메소드

public testDescription ( )

testExampleResponse() 공개 메소드

public testExampleResponse ( )

testExpectsJsonData() 공개 메소드

public testExpectsJsonData ( )

testExpectsPostData() 공개 메소드

public testExpectsPostData ( )

testGetDefaultPostedDataMethod() 공개 메소드

testHandlerMethod() 공개 메소드

public testHandlerMethod ( )

testHttpMethod() 공개 메소드

public testHttpMethod ( )

testIdentifier() 공개 메소드

public testIdentifier ( )

testName() 공개 메소드

public testName ( )

testPath() 공개 메소드

public testPath ( )

프로퍼티 상세

$endpoint 보호되어 있는 프로퍼티

protected Endpoint,PhalconRest\Api $endpoint
리턴 PhalconRest\Api\Endpoint