lithium\tests\mocks\action\MockResponse::render PHP Method

render() public method

public render ( )
    public function render()
    {
        $this->testHeaders = array();
        parent::render();
        $this->headers = array();
    }