[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Tests for the forum loop functions. 5 * 6 * @group forums 7 * @group template 8 * @group loop 9 */ 10 class BBP_Tests_Forums_Template_Forum_Loop extends BBP_UnitTestCase { 11 12 /** 13 * @covers ::bbp_has_forums 14 * @todo Implement test_bbp_has_forums(). 15 */ 16 public function test_bbp_has_forums() { 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_forums 25 * @todo Implement test_bbp_forums(). 26 */ 27 public function test_bbp_forums() { 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_the_forum 36 * @todo Implement test_bbp_the_forum(). 37 */ 38 public function test_bbp_the_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 }
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 |