public function start() { parent::start(); $this->open('/kwf/test/kwf_start'); $this->deleteAllVisibleCookies(); $this->createCookie('unitTest=' . $this->_unitTestCookie, 'path=/, max_age=60*5'); }