[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sat Dec 21 01:00:52 2024 | Cross-referenced by PHPXref 0.7.1 |