PhalconRest\Test\Unit\Api\EndpointTest::_before PHP Method

_before() protected method

protected _before ( )
    protected function _before()
    {
        $this->endpoint = Endpoint::get('/all', 'all')->name('All')->description('a short description')->exampleResponse(self::EXAMPLE_RESPONSE);
    }