Phalcon\Test\FunctionalTestCase::getContent PHP Method

getContent() public method

Convenience method to retrieve response content
public getContent ( ) : string
return string
    public function getContent()
    {
        return $this->di->getShared('response')->getContent();
    }