function tearDown()
 {
     $this->site_object_controller->tally();
     unset($this->site_object_controller);
     unset($_REQUEST['action']);
     debug_mock::tally();
 }
 function tearDown()
 {
     $this->test_init->_clean_up();
     $user =& user::instance();
     $user->logout();
     debug_mock::tally();
 }
 function tearDown()
 {
     $this->site_object_controller->tally();
     unset($this->site_object_controller);
     debug_mock::tally();
     $this->request->tally();
     $this->response->tally();
 }
 function tearDown()
 {
     debug_mock::tally();
     $this->dataspace->reset();
     $this->form_action->tally();
     $this->request->tally();
     $this->response->tally();
 }
 function tearDown()
 {
     debug_mock::tally();
     $dataspace =& dataspace::instance();
     $dataspace->import(array());
     $dataspace =& dataspace::instance('test1');
     $dataspace->import(array());
     unset($_REQUEST['test1']);
     unset($_REQUEST['submitted']);
     unset($_REQUEST['username']);
     unset($_REQUEST['password']);
     unset($_REQUEST['password_confirm']);
 }
  function tearDown()
  {
    $this->_clean_up();

    debug_mock :: tally();
  }
 function tearDown()
 {
     debug_mock::tally();
 }
  function tearDown()
  {
    debug_mock :: tally();

    $this->db->sql_delete('sys_param');
  }
 function tearDown()
 {
     $this->test_init->_clean_up();
     user::logout();
     debug_mock::tally();
 }
 function tearDown()
 {
     parent::tearDown();
     debug_mock::tally();
 }
예제 #11
0
 function tearDown()
 {
     debug_mock::tally();
     dir::rm(MEDIA_DIR);
     $this->db->sql_delete('media');
 }
예제 #12
0
 function tearDown()
 {
   debug_mock :: tally();
   clear_testing_ini();
 }
예제 #13
0
 function tearDown()
 {
     debug_mock::tally();
     $this->db->sql_delete('test_nested_tree1');
 }