[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

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

   1  <?php
   2  
   3  /**
   4   * Tests for the `bbp_*_form_forum_*_()` functions.
   5   *
   6   * @group forums
   7   * @group template
   8   * @group forms
   9   */
  10  class BBP_Tests_Forums_Template_Forms extends BBP_UnitTestCase {
  11  
  12      /**
  13       * @covers ::bbp_form_forum_title
  14       * @covers ::bbp_get_form_forum_title
  15       * @todo   Implement test_bbp_form_forum_title().
  16       * @todo   Implement test_bbp_get_form_forum_title().
  17       */
  18  	public function test_bbp_get_form_forum_title() {
  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_form_forum_content
  27       * @covers ::bbp_get_form_forum_content
  28       * @todo   Implement test_bbp_form_forum_content().
  29       * @todo   Implement test_bbp_get_form_forum_content().
  30       */
  31  	public function test_bbp_get_form_forum_content() {
  32          // Remove the following lines when you implement this test.
  33          $this->markTestIncomplete(
  34              'This test has not been implemented yet.'
  35          );
  36      }
  37  
  38      /**
  39       * @covers ::bbp_form_forum_parent
  40       * @covers ::bbp_get_form_forum_parent
  41       * @todo   Implement test_bbp_form_forum_parent().
  42       * @todo   Implement test_bbp_get_form_forum_parent().
  43       */
  44  	public function test_bbp_get_form_forum_parent() {
  45          // Remove the following lines when you implement this test.
  46          $this->markTestIncomplete(
  47              'This test has not been implemented yet.'
  48          );
  49      }
  50  
  51      /**
  52       * @covers ::bbp_form_forum_type
  53       * @covers ::bbp_get_form_forum_type
  54       * @todo   Implement test_bbp_form_forum_type().
  55       * @todo   Implement test_bbp_get_form_forum_type().
  56       */
  57  	public function test_bbp_get_form_forum_type() {
  58          // Remove the following lines when you implement this test.
  59          $this->markTestIncomplete(
  60              'This test has not been implemented yet.'
  61          );
  62      }
  63  
  64      /**
  65       * @covers ::bbp_form_forum_visibility
  66       * @covers ::bbp_get_form_forum_visibility
  67       * @todo   Implement test_bbp_form_forum_visibility().
  68       * @todo   Implement test_bbp_get_form_forum_visibility().
  69       */
  70  	public function test_bbp_get_form_forum_visibility() {
  71          // Remove the following lines when you implement this test.
  72          $this->markTestIncomplete(
  73              'This test has not been implemented yet.'
  74          );
  75      }
  76  
  77      /**
  78       * @covers ::bbp_form_forum_subscribed
  79       * @covers ::bbp_get_form_forum_subscribed
  80       * @todo   Implement test_bbp_form_forum_subscribed().
  81       * @todo   Implement test_bbp_get_form_forum_subscribed().
  82       */
  83  	public function test_bbp_get_form_forum_subscribed() {
  84          // Remove the following lines when you implement this test.
  85          $this->markTestIncomplete(
  86              'This test has not been implemented yet.'
  87          );
  88      }
  89  
  90      /**
  91       * @covers ::bbp_form_forum_type_dropdown
  92       * @covers ::bbp_get_form_forum_type_dropdown
  93       * @todo   Implement test_bbp_form_forum_type_dropdown().
  94       * @todo   Implement test_bbp_get_form_forum_type_dropdown().
  95       */
  96  	public function test_bbp_get_form_forum_type_dropdown() {
  97          // Remove the following lines when you implement this test.
  98          $this->markTestIncomplete(
  99              'This test has not been implemented yet.'
 100          );
 101      }
 102  
 103      /**
 104       * @covers ::bbp_form_forum_status_dropdown
 105       * @covers ::bbp_get_form_forum_status_dropdown
 106       * @todo   Implement test_bbp_form_forum_status_dropdown().
 107       * @todo   Implement test_bbp_get_form_forum_status_dropdown().
 108       */
 109  	public function test_bbp_get_form_forum_status_dropdown() {
 110          // Remove the following lines when you implement this test.
 111          $this->markTestIncomplete(
 112              'This test has not been implemented yet.'
 113          );
 114      }
 115  
 116      /**
 117       * @covers ::bbp_form_forum_visibility_dropdown
 118       * @covers ::bbp_get_form_forum_visibility_dropdown
 119       * @todo   Implement test_bbp_form_forum_visibility_dropdown().
 120       * @todo   Implement test_bbp_get_form_forum_visibility_dropdown().
 121       */
 122  	public function test_bbp_get_form_forum_visibility_dropdown() {
 123          // Remove the following lines when you implement this test.
 124          $this->markTestIncomplete(
 125              'This test has not been implemented yet.'
 126          );
 127      }
 128  
 129      /**
 130       * @covers ::bbp_is_forum_form_post_request
 131       * @todo   Implement test_bbp_is_forum_form_post_request().
 132       */
 133  	public function test_bbp_is_forum_form_post_request() {
 134          // Remove the following lines when you implement this test.
 135          $this->markTestIncomplete(
 136              'This test has not been implemented yet.'
 137          );
 138      }
 139  }


Generated: Sat Apr 27 01:00:49 2024 Cross-referenced by PHPXref 0.7.1