[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Tests for bbPress forum statuses and types functions. 5 * 6 * @group forums 7 * @group functions 8 * @group status 9 */ 10 class BBP_Tests_Forums_Functions_Status extends BBP_UnitTestCase { 11 12 /** 13 * @covers ::bbp_get_forum_statuses 14 * @todo Implement test_bbp_get_forum_statuses(). 15 */ 16 public function test_bbp_get_forum_statuses() { 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_types 25 * @todo Implement test_bbp_get_forum_types(). 26 */ 27 public function test_bbp_get_forum_types() { 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_close_forum 36 * @todo Implement test_bbp_close_forum(). 37 */ 38 public function test_bbp_close_forum() { 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_open_forum 47 * @todo Implement test_bbp_open_forum(). 48 */ 49 public function test_bbp_open_forum() { 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_categorize_forum 58 * @todo Implement test_bbp_categorize_forum(). 59 */ 60 public function test_bbp_categorize_forum() { 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_normalize_forum 69 * @todo Implement test_bbp_normalize_forum(). 70 */ 71 public function test_bbp_normalize_forum() { 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_publicize_forum 80 * @todo Implement test_bbp_publicize_forum(). 81 */ 82 public function test_bbp_publicize_forum() { 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_privatize_forum 91 * @todo Implement test_bbp_privatize_forum(). 92 */ 93 public function test_bbp_privatize_forum() { 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_hide_forum 102 * @todo Implement test_bbp_hide_forum(). 103 */ 104 public function test_bbp_hide_forum() { 105 // Remove the following lines when you implement this test. 106 $this->markTestIncomplete( 107 'This test has not been implemented yet.' 108 ); 109 } 110 }
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 |