[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Tests for the user component count functions. 5 * 6 * @group users 7 * @group functions 8 * @group options 9 */ 10 class BBP_Tests_Users_Functions_Options extends BBP_UnitTestCase { 11 12 /** 13 * @covers ::bbp_get_default_user_options 14 * @todo Implement test_bbp_get_default_user_options(). 15 */ 16 public function test_bbp_get_default_user_options() { 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_add_user_options 25 * @todo Implement test_bbp_add_user_options(). 26 */ 27 public function test_bbp_add_user_options() { 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_delete_user_options 36 * @todo Implement test_bbp_delete_user_options(). 37 */ 38 public function test_bbp_delete_user_options() { 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_setup_user_option_filters 47 * @todo Implement test_bbp_setup_user_option_filters(). 48 */ 49 public function test_bbp_setup_user_option_filters() { 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_filter_get_user_option 58 * @todo Implement test_bbp_filter_get_user_option(). 59 */ 60 public function test_bbp_filter_get_user_option() { 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_update_user_last_posted 69 * @todo Implement test_bbp_update_user_last_posted(). 70 */ 71 public function test_bbp_update_user_last_posted() { 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_user_last_posted 80 * @covers ::bbp_get_user_last_posted 81 * @todo Implement test_bbp_get_user_last_posted(). 82 */ 83 public function test_bbp_get_user_last_posted() { 84 // Remove the following lines when you implement this test. 85 $this->markTestIncomplete( 86 'This test has not been implemented yet.' 87 ); 88 } 89 }
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 |