コード例 #1
0
ファイル: posts.php プロジェクト: erico-deh/ocPortal
 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
ファイル: galleries_1.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     delete_image($this->glry_id, false);
     parent::tearDown();
 }
コード例 #3
0
ファイル: newsletter.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     delete_newsletter($this->news_id);
     parent::tearDown();
 }
コード例 #4
0
 function tearDown()
 {
     parent::tearDown();
 }
コード例 #5
0
ファイル: usergroup.php プロジェクト: erico-deh/ocPortal
 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
ファイル: template.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     ocf_delete_post_template($this->template_id);
     parent::tearDown();
 }
コード例 #9
0
ファイル: emoticon.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     ocf_delete_emoticon('Z:D');
     parent::tearDown();
 }
コード例 #10
0
ファイル: chatroom.php プロジェクト: erico-deh/ocPortal
 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
ファイル: shopping.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     actual_delete_catalogue('storetesting' . strval(get_member()));
     parent::tearDown();
 }
コード例 #13
0
ファイル: flagrant.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     delete_flagrant($this->flag_id);
     parent::tearDown();
 }
コード例 #14
0
ファイル: downloads.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     delete_download($this->dwn_id, false);
     parent::tearDown();
 }
コード例 #15
0
ファイル: forum_category.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     ocf_delete_category($this->forum_cat_id, 0);
     parent::tearDown();
 }
コード例 #16
0
ファイル: forum.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     ocf_delete_forum($this->forum_id, $this->forum_id);
     parent::tearDown();
 }
コード例 #17
0
ファイル: moderation.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     ocf_delete_multi_moderation($this->mod_id);
     parent::tearDown();
 }
コード例 #18
0
ファイル: tickettype.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     delete_ticket_type($this->tickettype_id);
     parent::tearDown();
 }
コード例 #19
0
 function tearDown()
 {
     delete_event_type($this->eventtype_id);
     parent::tearDown();
 }
コード例 #20
0
ファイル: welcome_emails.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     ocf_delete_welcome_email($this->email_id);
     parent::tearDown();
 }
コード例 #21
0
ファイル: authors.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     delete_author($author = 'author2');
     parent::tearDown();
 }
コード例 #22
0
 function tearDown()
 {
     delete_download_category($this->dwn_cat_id);
     parent::tearDown();
 }
コード例 #23
0
ファイル: bookmark.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     delete_bookmark($this->bookmark_id, 4);
     parent::tearDown();
 }
コード例 #24
0
ファイル: calendarevent.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     delete_calendar_event($this->event_id);
     parent::tearDown();
 }
コード例 #25
0
ファイル: warning.php プロジェクト: erico-deh/ocPortal
 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
ファイル: newscategory.php プロジェクト: erico-deh/ocPortal
 function tearDown()
 {
     delete_news_category($this->news_id);
     parent::tearDown();
 }
コード例 #28
0
ファイル: comment.php プロジェクト: erico-deh/ocPortal
 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();
 }