[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Tests for the topic tag template functions. 5 * 6 * @group topics 7 * @group topic_tags 8 * @group template 9 * @group topic 10 * @group topic_tag 11 */ 12 class BBP_Tests_Topic_Tags_Template_Topic_Tag extends BBP_UnitTestCase { 13 14 /** 15 * @covers ::bbp_topic_tag_list 16 * @covers ::bbp_get_topic_tag_list 17 * @todo Implement test_bbp_get_topic_tag_list(). 18 */ 19 public function test_bbp_get_topic_tag_list() { 20 // Remove the following lines when you implement this test. 21 $this->markTestIncomplete( 22 'This test has not been implemented yet.' 23 ); 24 } 25 26 /** 27 * @covers ::bbp_topic_tag_tax_id 28 * @covers ::bbp_get_topic_tag_tax_id 29 * @todo Implement test_bbp_get_topic_tag_tax_id(). 30 */ 31 public function test_bbp_get_topic_tag_tax_id() { 32 // Remove the following lines when you implement this test. 33 $this->markTestIncomplete( 34 'This test has not been implemented yet.' 35 ); 36 } 37 38 /** 39 * @covers ::bbp_get_topic_tag_tax_labels 40 * @todo Implement test_bbp_get_topic_tag_tax_labels(). 41 */ 42 public function test_bbp_get_topic_tag_tax_labels() { 43 // Remove the following lines when you implement this test. 44 $this->markTestIncomplete( 45 'This test has not been implemented yet.' 46 ); 47 } 48 49 /** 50 * @covers ::bbp_get_topic_tag_tax_rewrite 51 * @todo Implement test_bbp_get_topic_tag_tax_rewrite(). 52 */ 53 public function test_bbp_get_topic_tag_tax_rewrite() { 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_topic_tag_id 62 * @covers ::bbp_get_topic_tag_id 63 * @todo Implement test_bbp_get_topic_tag_id(). 64 */ 65 public function test_bbp_get_topic_tag_id() { 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_topic_tag_name 74 * @covers ::bbp_get_topic_tag_name 75 * @todo Implement test_bbp_get_topic_tag_name(). 76 */ 77 public function test_bbp_get_topic_tag_name() { 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_topic_tag_slug 86 * @covers ::bbp_get_topic_tag_slug 87 * @todo Implement test_bbp_get_topic_tag_slug(). 88 */ 89 public function test_bbp_get_topic_tag_slug() { 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_topic_tag_link 98 * @covers ::bbp_get_topic_tag_link 99 * @todo Implement test_bbp_get_topic_tag_link(). 100 */ 101 public function test_bbp_get_topic_tag_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_tag_edit_link 110 * @covers ::bbp_get_topic_tag_edit_link 111 * @todo Implement test_bbp_get_topic_tag_edit_link(). 112 */ 113 public function test_bbp_get_topic_tag_edit_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_topic_tag_description 122 * @covers ::bbp_get_topic_tag_description 123 * @todo Implement test_bbp_get_topic_tag_description(). 124 */ 125 public function test_bbp_get_topic_tag_description() { 126 // Remove the following lines when you implement this test. 127 $this->markTestIncomplete( 128 'This test has not been implemented yet.' 129 ); 130 } 131 }
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 |