lithium\tests\mocks\action\MockPostsController::notFound PHP Method

notFound() public method

public notFound ( $id = null )
    public function notFound($id = null)
    {
        $this->response->status(404);
        $this->render(array('json' => $this->response->status));
    }