[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Tests for the `bbp_*_reply_*()` template functions. 5 * 6 * @group replies 7 * @group template 8 * @group links 9 */ 10 class BBP_Tests_Replies_Template_Links extends BBP_UnitTestCase { 11 12 /** 13 * @covers ::bbp_reply_to_link 14 * @covers ::bbp_get_reply_to_link 15 * @todo Implement test_bbp_get_reply_to_link(). 16 */ 17 public function test_bbp_get_reply_to_link() { 18 // Remove the following lines when you implement this test. 19 $this->markTestIncomplete( 20 'This test has not been implemented yet.' 21 ); 22 } 23 24 /** 25 * @covers ::bbp_cancel_reply_to_link 26 * @covers ::bbp_get_cancel_reply_to_link 27 * @todo Implement test_bbp_get_cancel_reply_to_link(). 28 */ 29 public function test_bbp_get_cancel_reply_to_link() { 30 // Remove the following lines when you implement this test. 31 $this->markTestIncomplete( 32 'This test has not been implemented yet.' 33 ); 34 } 35 36 /** 37 * @covers ::bbp_reply_admin_links 38 * @covers ::bbp_get_reply_admin_links 39 * @todo Implement test_bbp_get_reply_admin_links(). 40 */ 41 public function test_bbp_get_reply_admin_links() { 42 // Remove the following lines when you implement this test. 43 $this->markTestIncomplete( 44 'This test has not been implemented yet.' 45 ); 46 } 47 48 /** 49 * @covers ::bbp_reply_edit_link 50 * @covers ::bbp_get_reply_edit_link 51 * @todo Implement test_bbp_get_reply_edit_link(). 52 */ 53 public function test_bbp_get_reply_edit_link() { 54 // Remove the following lines when you implement this test. 55 $this->markTestIncomplete( 56 'This test has not been implemented yet.' 57 ); 58 } 59 60 /** 61 * @covers ::bbp_reply_edit_url 62 * @covers ::bbp_get_reply_edit_url 63 * @todo Implement test_bbp_get_reply_edit_url(). 64 */ 65 public function test_bbp_get_reply_edit_url() { 66 // Remove the following lines when you implement this test. 67 $this->markTestIncomplete( 68 'This test has not been implemented yet.' 69 ); 70 } 71 72 /** 73 * @covers ::bbp_reply_trash_link 74 * @covers ::bbp_get_reply_trash_link 75 * @todo Implement test_bbp_get_reply_trash_link(). 76 */ 77 public function test_bbp_get_reply_trash_link() { 78 // Remove the following lines when you implement this test. 79 $this->markTestIncomplete( 80 'This test has not been implemented yet.' 81 ); 82 } 83 84 /** 85 * @covers ::bbp_reply_spam_link 86 * @covers ::bbp_get_reply_spam_link 87 * @todo Implement test_bbp_get_reply_spam_link(). 88 */ 89 public function test_bbp_get_reply_spam_link() { 90 // Remove the following lines when you implement this test. 91 $this->markTestIncomplete( 92 'This test has not been implemented yet.' 93 ); 94 } 95 96 /** 97 * @covers ::bbp_reply_move_link 98 * @covers ::bbp_get_reply_move_link 99 * @todo Implement test_bbp_get_reply_move_link(). 100 */ 101 public function test_bbp_get_reply_move_link() { 102 // Remove the following lines when you implement this test. 103 $this->markTestIncomplete( 104 'This test has not been implemented yet.' 105 ); 106 } 107 108 /** 109 * @covers ::bbp_topic_split_link 110 * @covers ::bbp_get_topic_split_link 111 * @todo Implement test_bbp_get_topic_split_link(). 112 */ 113 public function test_bbp_get_topic_split_link() { 114 // Remove the following lines when you implement this test. 115 $this->markTestIncomplete( 116 'This test has not been implemented yet.' 117 ); 118 } 119 120 /** 121 * @covers ::bbp_reply_approve_link 122 * @covers ::bbp_get_reply_approve_link 123 * @todo Implement test_bbp_get_reply_approve_link(). 124 */ 125 public function test_bbp_get_reply_approve_link() { 126 // Remove the following lines when you implement this test. 127 $this->markTestIncomplete( 128 'This test has not been implemented yet.' 129 ); 130 } 131 132 /** 133 * @covers ::bbp_topic_pagination_links 134 * @covers ::bbp_get_topic_pagination_links 135 * @todo Implement test_bbp_get_topic_pagination_links(). 136 */ 137 public function test_bbp_get_topic_pagination_links() { 138 // Remove the following lines when you implement this test. 139 $this->markTestIncomplete( 140 'This test has not been implemented yet.' 141 ); 142 } 143 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Dec 30 01:00:53 2024 | Cross-referenced by PHPXref 0.7.1 |