[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/tests/phpunit/testcases/replies/template/ -> forms.php (source)

   1  <?php
   2  
   3  /**
   4   * Tests for the `bbp_*_form_reply_*_()` functions.
   5   *
   6   * @group replies
   7   * @group template
   8   * @group forms
   9   */
  10  class BBP_Tests_Replies_Template_Forms extends BBP_UnitTestCase {
  11  
  12      /**
  13       * @covers ::bbp_form_reply_content
  14       * @covers ::bbp_get_form_reply_content
  15       * @todo   Implement test_bbp_get_form_reply_content().
  16       */
  17  	public function test_bbp_get_form_reply_content() {
  18          // Remove the following lines when you implement this test.
  19          $this->markTestIncomplete(
  20              'This test has not been implemented yet.'
  21          );
  22      }
  23  
  24      /**
  25       * @covers ::bbp_form_reply_to
  26       * @covers ::bbp_get_form_reply_to
  27       * @todo   Implement test_bbp_get_form_reply_to().
  28       */
  29  	public function test_bbp_get_form_reply_to() {
  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_reply_to_dropdown
  38       * @covers ::bbp_get_reply_to_dropdown
  39       * @todo   Implement test_bbp_get_reply_to_dropdown().
  40       */
  41  	public function test_bbp_get_reply_to_dropdown() {
  42          // Remove the following lines when you implement this test.
  43          $this->markTestIncomplete(
  44              'This test has not been implemented yet.'
  45          );
  46      }
  47  
  48      /**
  49       * @covers ::bbp_form_reply_log_edit
  50       * @covers ::bbp_get_form_reply_log_edit
  51       * @todo   Implement test_bbp_get_form_reply_log_edit().
  52       */
  53  	public function test_bbp_get_form_reply_log_edit() {
  54          // Remove the following lines when you implement this test.
  55          $this->markTestIncomplete(
  56              'This test has not been implemented yet.'
  57          );
  58      }
  59  
  60      /**
  61       * @covers ::bbp_form_reply_edit_reason
  62       * @covers ::bbp_get_form_reply_edit_reason
  63       * @todo   Implement test_bbp_get_form_reply_edit_reason().
  64       */
  65  	public function test_bbp_get_form_reply_edit_reason() {
  66          // Remove the following lines when you implement this test.
  67          $this->markTestIncomplete(
  68              'This test has not been implemented yet.'
  69          );
  70      }
  71  
  72      /**
  73       * @covers ::bbp_form_reply_status_dropdown
  74       * @covers ::bbp_get_form_reply_status_dropdown
  75       * @todo   Implement test_bbp_get_form_reply_status_dropdown().
  76       */
  77  	public function test_bbp_get_form_reply_status_dropdown() {
  78          // Remove the following lines when you implement this test.
  79          $this->markTestIncomplete(
  80              'This test has not been implemented yet.'
  81          );
  82      }
  83  
  84      /**
  85       * @covers ::bbp_is_reply_form_post_request
  86       * @todo   Implement test_bbp_is_reply_form_post_request().
  87       */
  88  	public function test_bbp_is_reply_form_post_request() {
  89          // Remove the following lines when you implement this test.
  90          $this->markTestIncomplete(
  91              'This test has not been implemented yet.'
  92          );
  93      }
  94  }


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