Пример #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
 function tearDown()
 {
     delete_quiz($this->quiz_id);
     parent::tearDown();
 }
Пример #7
0
 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
 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
 function tearDown()
 {
     delete_menu_item($this->menu_id);
     parent::tearDown();
 }
Пример #30
0
 function tearDown()
 {
     ocf_delete_poll($poll_id = $this->poll_id, $reason = 'Simple');
     ocf_delete_topic($this->topic_id);
     parent::tearDown();
 }