PHP Class PhalconRest\Test\Unit\Api\EndpointTest

Inheritance: extends Codeception\TestCase\Test
Show file Open project: redound/phalcon-rest-boilerplate

Protected Properties

Property Type Description
$endpoint PhalconRest\Api\Endpoint

Public Methods

Method Description
testDescription ( )
testExampleResponse ( )
testExpectsJsonData ( )
testExpectsPostData ( )
testGetDefaultPostedDataMethod ( )
testHandlerMethod ( )
testHttpMethod ( )
testIdentifier ( )
testName ( )
testPath ( )

Protected Methods

Method Description
_before ( )

Method Details

_before() protected method

protected _before ( )

testDescription() public method

public testDescription ( )

testExampleResponse() public method

public testExampleResponse ( )

testExpectsJsonData() public method

public testExpectsJsonData ( )

testExpectsPostData() public method

public testExpectsPostData ( )

testGetDefaultPostedDataMethod() public method

testHandlerMethod() public method

public testHandlerMethod ( )

testHttpMethod() public method

public testHttpMethod ( )

testIdentifier() public method

public testIdentifier ( )

testName() public method

public testName ( )

testPath() public method

public testPath ( )

Property Details

$endpoint protected property

protected Endpoint,PhalconRest\Api $endpoint
return PhalconRest\Api\Endpoint