[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Tests for the reply revision template functions. 5 * 6 * @group replies 7 * @group template 8 * @group revisions 9 */ 10 class BBP_Tests_Replies_Template_Revisions extends BBP_UnitTestCase { 11 12 /** 13 * @covers ::bbp_reply_content_append_revisions 14 * @todo Implement test_bbp_reply_content_append_revisions(). 15 */ 16 public function test_bbp_reply_content_append_revisions() { 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_reply_revision_log 25 * @covers ::bbp_get_reply_revision_log 26 * @todo Implement test_bbp_get_reply_revision_log(). 27 */ 28 public function test_bbp_get_reply_revision_log() { 29 // Remove the following lines when you implement this test. 30 $this->markTestIncomplete( 31 'This test has not been implemented yet.' 32 ); 33 } 34 35 /** 36 * @covers ::bbp_get_reply_raw_revision_log 37 * @todo Implement test_bbp_get_reply_raw_revision_log(). 38 */ 39 public function test_bbp_get_reply_raw_revision_log() { 40 // Remove the following lines when you implement this test. 41 $this->markTestIncomplete( 42 'This test has not been implemented yet.' 43 ); 44 } 45 46 /** 47 * @covers ::bbp_get_reply_revisions 48 * @todo Implement test_bbp_get_reply_revisions(). 49 */ 50 public function test_bbp_get_reply_revisions() { 51 // Remove the following lines when you implement this test. 52 $this->markTestIncomplete( 53 'This test has not been implemented yet.' 54 ); 55 } 56 57 /** 58 * @covers ::bbp_get_reply_revision_count 59 * @todo Implement test_bbp_get_reply_revision_count(). 60 */ 61 public function test_bbp_get_reply_revision_count() { 62 // Remove the following lines when you implement this test. 63 $this->markTestIncomplete( 64 'This test has not been implemented yet.' 65 ); 66 } 67 }
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 |