[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Tests for the topic status template functions. 5 * 6 * @group topics 7 * @group template 8 * @group status 9 */ 10 class BBP_Tests_Topics_Template_Status extends BBP_UnitTestCase { 11 12 /** 13 * @covers ::bbp_is_topic_sticky 14 * @todo Implement test_bbp_is_topic_sticky(). 15 */ 16 public function test_bbp_is_topic_sticky() { 17 // Remove the following lines when you implement this test. 18 $this->markTestIncomplete( 19 'This test has not been implemented yet.' 20 ); 21 } 22 23 /** 24 * @covers ::bbp_is_topic_super_sticky 25 * @todo Implement test_bbp_is_topic_super_sticky(). 26 */ 27 public function test_bbp_is_topic_super_sticky() { 28 // Remove the following lines when you implement this test. 29 $this->markTestIncomplete( 30 'This test has not been implemented yet.' 31 ); 32 } 33 34 /** 35 * @covers ::bbp_topic_status 36 * @todo Implement test_bbp_topic_status(). 37 */ 38 public function test_bbp_topic_status() { 39 // Remove the following lines when you implement this test. 40 $this->markTestIncomplete( 41 'This test has not been implemented yet.' 42 ); 43 } 44 45 /** 46 * @covers ::bbp_get_topic_status 47 * @todo Implement test_bbp_get_topic_status(). 48 */ 49 public function test_bbp_get_topic_status() { 50 // Remove the following lines when you implement this test. 51 $this->markTestIncomplete( 52 'This test has not been implemented yet.' 53 ); 54 } 55 56 /** 57 * @covers ::bbp_is_topic_closed 58 * @todo Implement test_bbp_is_topic_closed(). 59 */ 60 public function test_bbp_is_topic_closed() { 61 // Remove the following lines when you implement this test. 62 $this->markTestIncomplete( 63 'This test has not been implemented yet.' 64 ); 65 } 66 67 /** 68 * @covers ::bbp_is_topic_open 69 * @todo Implement test_bbp_is_topic_open(). 70 */ 71 public function test_bbp_is_topic_open() { 72 // Remove the following lines when you implement this test. 73 $this->markTestIncomplete( 74 'This test has not been implemented yet.' 75 ); 76 } 77 78 /** 79 * @covers ::bbp_is_topic_published 80 * @todo Implement test_bbp_is_topic_published(). 81 */ 82 public function test_bbp_is_topic_published() { 83 // Remove the following lines when you implement this test. 84 $this->markTestIncomplete( 85 'This test has not been implemented yet.' 86 ); 87 } 88 89 /** 90 * @covers ::bbp_is_topic_spam 91 * @todo Implement test_bbp_is_topic_spam(). 92 */ 93 public function test_bbp_is_topic_spam() { 94 // Remove the following lines when you implement this test. 95 $this->markTestIncomplete( 96 'This test has not been implemented yet.' 97 ); 98 } 99 100 /** 101 * @covers ::bbp_is_topic_trash 102 * @todo Implement test_bbp_is_topic_trash(). 103 */ 104 public function test_bbp_is_topic_trash() { 105 // Remove the following lines when you implement this test. 106 $this->markTestIncomplete( 107 'This test has not been implemented yet.' 108 ); 109 } 110 111 /** 112 * @covers ::bbp_is_topic_pending 113 * @todo Implement test_bbp_is_topic_pending(). 114 */ 115 public function test_bbp_is_topic_pending() { 116 // Remove the following lines when you implement this test. 117 $this->markTestIncomplete( 118 'This test has not been implemented yet.' 119 ); 120 } 121 122 /** 123 * @covers ::bbp_is_topic_private 124 * @todo Implement test_bbp_is_topic_private(). 125 */ 126 public function test_bbp_is_topic_private() { 127 // Remove the following lines when you implement this test. 128 $this->markTestIncomplete( 129 'This test has not been implemented yet.' 130 ); 131 } 132 133 /** 134 * @covers ::bbp_is_topic_anonymous 135 * @todo Implement test_bbp_is_topic_anonymous(). 136 */ 137 public function test_bbp_is_topic_anonymous() { 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: Fri Jan 31 01:01:01 2025 | Cross-referenced by PHPXref 0.7.1 |