예제 #1
0
 function tearDown()
 {
     if (!ocf_delete_posts_topic($topic_id = $this->topic_id, $posts = array($this->post_id), $reason = 'Nothing')) {
         ocf_delete_topic($this->topic_id);
     }
     parent::tearDown();
 }
예제 #2
0
 function tearDown()
 {
     delete_image($this->glry_id, false);
     parent::tearDown();
 }
예제 #3
0
 function tearDown()
 {
     delete_newsletter($this->news_id);
     parent::tearDown();
 }
예제 #4
0
 function tearDown()
 {
     parent::tearDown();
 }
예제 #5
0
 function tearDown()
 {
     delete_usergroup_subscription($this->usr_grp_id, '*****@*****.**');
     parent::tearDown();
 }
예제 #6
0
파일: quiz.php 프로젝트: erico-deh/ocPortal
 function tearDown()
 {
     delete_quiz($this->quiz_id);
     parent::tearDown();
 }
예제 #7
0
파일: iotd.php 프로젝트: erico-deh/ocPortal
 function tearDown()
 {
     delete_iotd($this->iotd_id);
     parent::tearDown();
 }
예제 #8
0
 function tearDown()
 {
     ocf_delete_post_template($this->template_id);
     parent::tearDown();
 }
예제 #9
0
 function tearDown()
 {
     ocf_delete_emoticon('Z:D');
     parent::tearDown();
 }
예제 #10
0
 function tearDown()
 {
     delete_chatroom($this->chatroom_id);
     parent::tearDown();
 }
예제 #11
0
 function tearDown()
 {
     actual_delete_catalogue_category($this->cat_id, false);
     parent::tearDown();
 }
예제 #12
0
 function tearDown()
 {
     actual_delete_catalogue('storetesting' . strval(get_member()));
     parent::tearDown();
 }
예제 #13
0
 function tearDown()
 {
     delete_flagrant($this->flag_id);
     parent::tearDown();
 }
예제 #14
0
 function tearDown()
 {
     delete_download($this->dwn_id, false);
     parent::tearDown();
 }
예제 #15
0
 function tearDown()
 {
     ocf_delete_category($this->forum_cat_id, 0);
     parent::tearDown();
 }
예제 #16
0
 function tearDown()
 {
     ocf_delete_forum($this->forum_id, $this->forum_id);
     parent::tearDown();
 }
예제 #17
0
 function tearDown()
 {
     ocf_delete_multi_moderation($this->mod_id);
     parent::tearDown();
 }
예제 #18
0
 function tearDown()
 {
     delete_ticket_type($this->tickettype_id);
     parent::tearDown();
 }
예제 #19
0
 function tearDown()
 {
     delete_event_type($this->eventtype_id);
     parent::tearDown();
 }
예제 #20
0
 function tearDown()
 {
     ocf_delete_welcome_email($this->email_id);
     parent::tearDown();
 }
예제 #21
0
 function tearDown()
 {
     delete_author($author = 'author2');
     parent::tearDown();
 }
예제 #22
0
 function tearDown()
 {
     delete_download_category($this->dwn_cat_id);
     parent::tearDown();
 }
예제 #23
0
 function tearDown()
 {
     delete_bookmark($this->bookmark_id, 4);
     parent::tearDown();
 }
예제 #24
0
 function tearDown()
 {
     delete_calendar_event($this->event_id);
     parent::tearDown();
 }
예제 #25
0
 function tearDown()
 {
     ocf_delete_warning($this->warn_id);
     parent::tearDown();
 }
예제 #26
0
파일: user.php 프로젝트: erico-deh/ocPortal
 function tearDown()
 {
     ocf_delete_member($this->user_id);
     parent::tearDown();
 }
예제 #27
0
 function tearDown()
 {
     delete_news_category($this->news_id);
     parent::tearDown();
 }
예제 #28
0
 function tearDown()
 {
     delete_calendar_event($this->event_id);
     $GLOBALS['FORUM_DB']->query_delete('f_posts', array('id' => $this->post_id));
     parent::tearDown();
 }
예제 #29
0
파일: menu.php 프로젝트: erico-deh/ocPortal
 function tearDown()
 {
     delete_menu_item($this->menu_id);
     parent::tearDown();
 }
예제 #30
0
파일: poll.php 프로젝트: erico-deh/ocPortal
 function tearDown()
 {
     ocf_delete_poll($poll_id = $this->poll_id, $reason = 'Simple');
     ocf_delete_topic($this->topic_id);
     parent::tearDown();
 }