[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Tests for core abstraction function wrappers 4 * 5 * @group core 6 * @group abstraction 7 */ 8 9 class BBP_Tests_Core_Abstraction extends BBP_UnitTestCase { 10 11 /** 12 * @covers ::bbp_get_global_object 13 * @todo Implement test_bbp_get_global_object(). 14 */ 15 public function test_bbp_get_global_object() { 16 // Remove the following lines when you implement this test. 17 $this->markTestIncomplete( 18 'This test has not been implemented yet.' 19 ); 20 } 21 22 /** 23 * @covers ::bbp_db 24 * @todo Implement test_bbp_db(). 25 */ 26 public function test_bbp_db() { 27 // Remove the following lines when you implement this test. 28 $this->markTestIncomplete( 29 'This test has not been implemented yet.' 30 ); 31 } 32 33 /** 34 * @covers ::bbp_rewrite 35 * @todo Implement test_bbp_rewrite(). 36 */ 37 public function test_bbp_rewrite() { 38 // Remove the following lines when you implement this test. 39 $this->markTestIncomplete( 40 'This test has not been implemented yet.' 41 ); 42 } 43 44 /** 45 * @covers ::bbp_get_root_url 46 * @todo Implement test_bbp_get_root_url(). 47 */ 48 public function test_bbp_get_root_url() { 49 // Remove the following lines when you implement this test. 50 $this->markTestIncomplete( 51 'This test has not been implemented yet.' 52 ); 53 } 54 55 /** 56 * @covers ::bbp_get_paged_slug 57 * @todo Implement test_bbp_get_paged_slug(). 58 */ 59 public function test_bbp_get_paged_slug() { 60 // Remove the following lines when you implement this test. 61 $this->markTestIncomplete( 62 'This test has not been implemented yet.' 63 ); 64 } 65 66 /** 67 * @covers ::bbp_use_pretty_urls 68 * @todo Implement test_bbp_use_pretty_urls(). 69 */ 70 public function test_bbp_use_pretty_urls() { 71 // Remove the following lines when you implement this test. 72 $this->markTestIncomplete( 73 'This test has not been implemented yet.' 74 ); 75 } 76 }
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 |