[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/tests/phpunit/testcases/topics/functions/ -> topic-tag.php (source)

   1  <?php
   2  
   3  /**
   4   * Tests for the topic component functions.
   5   *
   6   * @group topics
   7   * @group topic_tags
   8   * @group functions
   9   * @group topic
  10   * @group topic_tag
  11   */
  12  class BBP_Tests_Topics_Functions_Topic_Tag extends BBP_UnitTestCase {
  13  
  14      /**
  15       * @covers ::bbp_edit_topic_tag_handler
  16       * @todo   Implement test_bbp_edit_topic_tag_handler().
  17       */
  18  	public function test_bbp_edit_topic_tag_handler() {
  19          // Remove the following lines when you implement this test.
  20          $this->markTestIncomplete(
  21              'This test has not been implemented yet.'
  22          );
  23      }
  24  
  25      /**
  26       * @covers ::bbp_spam_topic_tags
  27       * @todo   Implement test_bbp_spam_topic_tags().
  28       */
  29  	public function test_bbp_spam_topic_tags() {
  30          // Remove the following lines when you implement this test.
  31          $this->markTestIncomplete(
  32              'This test has not been implemented yet.'
  33          );
  34      }
  35  
  36      /**
  37       * @covers ::bbp_unspam_topic_tags
  38       * @todo   Implement test_bbp_unspam_topic_tags().
  39       */
  40  	public function test_bbp_unspam_topic_tags() {
  41          // Remove the following lines when you implement this test.
  42          $this->markTestIncomplete(
  43              'This test has not been implemented yet.'
  44          );
  45      }
  46  
  47      /**
  48       * @covers ::bbp_get_topic_tag_names
  49       * @todo   Implement test_bbp_get_topic_tag_names().
  50       */
  51  	public function test_bbp_get_topic_tag_names() {
  52          // Remove the following lines when you implement this test.
  53          $this->markTestIncomplete(
  54              'This test has not been implemented yet.'
  55          );
  56      }
  57  
  58      /**
  59       * @covers ::bbp_check_topic_tag_edit
  60       * @todo   Implement test_bbp_check_topic_tag_edit().
  61       */
  62  	public function test_bbp_check_topic_tag_edit() {
  63          // Remove the following lines when you implement this test.
  64          $this->markTestIncomplete(
  65              'This test has not been implemented yet.'
  66          );
  67      }
  68  }


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