[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

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

   1  <?php
   2  
   3  /**
   4   * Tests for the topic loop functions.
   5   *
   6   * @group topics
   7   * @group template
   8   * @group loop
   9   */
  10  class BBP_Tests_Topics_Template_Topic_Loop extends BBP_UnitTestCase {
  11  
  12      /**
  13       * @covers ::bbp_has_topics
  14       * @todo   Implement test_bbp_has_topics().
  15       */
  16  	public function test_bbp_has_topics() {
  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_topics
  25       * @todo   Implement test_bbp_topics().
  26       */
  27  	public function test_bbp_topics() {
  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_topic
  36       * @todo   Implement test_bbp_the_topic().
  37       */
  38  	public function test_bbp_the_topic() {
  39          // Remove the following lines when you implement this test.
  40          $this->markTestIncomplete(
  41              'This test has not been implemented yet.'
  42          );
  43      }
  44  }


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