[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Tests for bbPress forum visibility functions. 5 * 6 * @group forums 7 * @group functions 8 * @group visibility 9 */ 10 class BBP_Tests_Forums_Functions_Visibility extends BBP_UnitTestCase { 11 12 /** 13 * @covers ::bbp_repair_forum_visibility 14 * @todo Implement test_bbp_repair_forum_visibility(). 15 */ 16 public function test_bbp_repair_forum_visibility() { 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_get_forum_visibilities 25 * @todo Implement test_bbp_get_forum_visibilities(). 26 */ 27 public function test_bbp_get_forum_visibilities() { 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_get_hidden_forum_ids 36 * @todo Implement test_bbp_get_hidden_forum_ids(). 37 */ 38 public function test_bbp_get_hidden_forum_ids() { 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_private_forum_ids 47 * @todo Implement test_bbp_get_private_forum_ids(). 48 */ 49 public function test_bbp_get_private_forum_ids() { 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_pre_get_posts_normalize_forum_visibility 58 * @todo Implement test_bbp_pre_get_posts_normalize_forum_visibility(). 59 */ 60 public function test_bbp_pre_get_posts_normalize_forum_visibility() { 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_forum_enforce_hidden 69 * @todo Implement test_bbp_forum_enforce_hidden(). 70 */ 71 public function test_bbp_forum_enforce_hidden() { 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_forum_enforce_private 80 * @todo Implement test_bbp_forum_enforce_private(). 81 */ 82 public function test_bbp_forum_enforce_private() { 83 // Remove the following lines when you implement this test. 84 $this->markTestIncomplete( 85 'This test has not been implemented yet.' 86 ); 87 } 88 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sat Dec 21 01:00:52 2024 | Cross-referenced by PHPXref 0.7.1 |