[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/tests/phpunit/testcases/topics/template/ -> revisions.php (source)

   1  <?php
   2  
   3  /**
   4   * Tests for the topic revision template functions.
   5   *
   6   * @group topics
   7   * @group template
   8   * @group revisions
   9   */
  10  class BBP_Tests_Topics_Template_Revisions extends BBP_UnitTestCase {
  11  
  12      /**
  13       * @covers ::bbp_topic_content_append_revisions
  14       * @todo   Implement test_bbp_topic_content_append_revisions().
  15       */
  16  	public function test_bbp_topic_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_topic_revision_log
  25       * @covers ::bbp_get_topic_revision_log
  26       * @todo   Implement test_bbp_get_topic_revision_log().
  27       */
  28  	public function test_bbp_get_topic_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_topic_raw_revision_log
  37       * @todo   Implement test_bbp_get_topic_raw_revision_log().
  38       */
  39  	public function test_bbp_get_topic_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_topic_revisions
  48       * @todo   Implement test_bbp_get_topic_revisions().
  49       */
  50  	public function test_bbp_get_topic_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_topic_revision_count
  59       * @todo   Implement test_bbp_get_topic_revision_count().
  60       */
  61  	public function test_bbp_get_topic_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  }


Generated: Tue Mar 19 01:01:02 2024 Cross-referenced by PHPXref 0.7.1