[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Tests for the `bbp_*_form_topic_*_()` functions. 5 * 6 * @group topics 7 * @group template 8 * @group forms 9 */ 10 class BBP_Tests_Topics_Template_Forms extends BBP_UnitTestCase { 11 12 /** 13 * @covers ::bbp_form_topic_type_dropdown 14 * @covers ::bbp_get_form_topic_type_dropdown 15 * @todo Implement test_bbp_get_form_topic_type_dropdown(). 16 */ 17 public function test_bbp_get_form_topic_type_dropdown() { 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_form_topic_status_dropdown 26 * @covers ::bbp_get_form_topic_status_dropdown 27 * @todo Implement test_bbp_get_form_topic_status_dropdown(). 28 */ 29 public function test_bbp_get_form_topic_status_dropdown() { 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_form_topic_title 38 * @covers ::bbp_get_form_topic_title 39 * @todo Implement test_bbp_get_form_topic_title(). 40 */ 41 public function test_bbp_get_form_topic_title() { 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_form_topic_content 50 * @covers ::bbp_get_form_topic_content 51 * @todo Implement test_bbp_get_form_topic_content(). 52 */ 53 public function test_bbp_get_form_topic_content() { 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_form_topic_tags 62 * @covers ::bbp_get_form_topic_tags 63 * @todo Implement test_bbp_get_form_topic_tags(). 64 */ 65 public function test_bbp_get_form_topic_tags() { 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_form_topic_forum 74 * @covers ::bbp_get_form_topic_forum 75 * @todo Implement test_bbp_get_form_topic_forum(). 76 */ 77 public function test_bbp_get_form_topic_forum() { 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_form_topic_subscribed 86 * @covers ::bbp_get_form_topic_subscribed 87 * @todo Implement test_bbp_get_form_topic_subscribed(). 88 */ 89 public function test_bbp_get_form_topic_subscribed() { 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_form_topic_log_edit 98 * @covers ::bbp_get_form_topic_log_edit 99 * @todo Implement test_bbp_get_form_topic_log_edit(). 100 */ 101 public function test_bbp_get_form_topic_log_edit() { 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_form_topic_edit_reason 110 * @covers ::bbp_get_form_topic_edit_reason 111 * @todo Implement test_bbp_get_form_topic_edit_reason(). 112 */ 113 public function test_bbp_get_form_topic_edit_reason() { 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_is_topic_form_post_request 122 * @todo Implement test_bbp_is_topic_form_post_request(). 123 */ 124 public function test_bbp_is_topic_form_post_request() { 125 // Remove the following lines when you implement this test. 126 $this->markTestIncomplete( 127 'This test has not been implemented yet.' 128 ); 129 } 130 }
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 |