startAjaxHalting(); $this->startAjaxReturn(); $this->startHttpHalting(); $this->startHttpMocking(); $this->startRedirectHalting(); } /** * Runs after each test method. */ public function tearDown() { parent::tearDown(); $this->stopAjaxHalting(); $this->stopAjaxReturn(); $this->stopHttpHalting(); $this->stopHttpMocking(); $this->stopRedirectHalting(); self::$error_log->clear(); } }