[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/tests/phpunit/testcases/search/functions/ -> search.php (source)

   1  <?php
   2  
   3  /**
   4   * Tests for the search component search functions.
   5   *
   6   * @group search
   7   * @group functions
   8   */
   9  class BBP_Tests_Search_Functions_Search extends BBP_UnitTestCase {
  10  
  11      /**
  12       * @covers ::bbp_search_query
  13       * @todo   Implement test_bbp_search_query().
  14       */
  15  	public function test_bbp_search_query() {
  16          // Remove the following lines when you implement this test.
  17          $this->markTestIncomplete(
  18              'This test has not been implemented yet.'
  19          );
  20      }
  21  
  22      /**
  23       * @covers ::bbp_get_search_query_args
  24       * @todo   Implement test_bbp_get_search_query_args().
  25       */
  26  	public function test_bbp_get_search_query_args() {
  27          // Remove the following lines when you implement this test.
  28          $this->markTestIncomplete(
  29              'This test has not been implemented yet.'
  30          );
  31      }
  32  
  33      /**
  34       * @covers ::bbp_search_results_redirect
  35       * @todo   Implement test_bbp_search_results_redirect().
  36       */
  37  	public function test_bbp_search_results_redirect() {
  38          // Remove the following lines when you implement this test.
  39          $this->markTestIncomplete(
  40              'This test has not been implemented yet.'
  41          );
  42      }
  43  }


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