[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Tests for the search component search template functions. 5 * 6 * @group search 7 * @group template 8 */ 9 class BBP_Tests_Search_Template_Search extends BBP_UnitTestCase { 10 11 /** 12 * @covers ::bbp_has_search_results 13 * @todo Implement test_bbp_has_search_results(). 14 */ 15 public function test_bbp_has_search_results() { 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_search_results 24 * @todo Implement test_bbp_search_results(). 25 */ 26 public function test_bbp_search_results() { 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_the_search_result 35 * @todo Implement test_bbp_the_search_result(). 36 */ 37 public function test_bbp_the_search_result() { 38 // Remove the following lines when you implement this test. 39 $this->markTestIncomplete( 40 'This test has not been implemented yet.' 41 ); 42 } 43 44 /** 45 * @covers ::bbp_search_title 46 * @covers ::bbp_get_search_title 47 * @todo Implement test_bbp_get_search_title(). 48 */ 49 public function test_bbp_get_search_title() { 50 // Remove the following lines when you implement this test. 51 $this->markTestIncomplete( 52 'This test has not been implemented yet.' 53 ); 54 } 55 56 /** 57 * @covers ::bbp_search_url 58 * @covers ::bbp_get_search_url 59 * @todo Implement test_bbp_get_search_url(). 60 */ 61 public function test_bbp_get_search_url() { 62 // Remove the following lines when you implement this test. 63 $this->markTestIncomplete( 64 'This test has not been implemented yet.' 65 ); 66 } 67 68 /** 69 * @covers ::bbp_search_results_url 70 * @covers ::bbp_get_search_results_url 71 * @todo Implement test_bbp_get_search_results_url(). 72 */ 73 public function test_bbp_get_search_results_url() { 74 // Remove the following lines when you implement this test. 75 $this->markTestIncomplete( 76 'This test has not been implemented yet.' 77 ); 78 } 79 80 /** 81 * @covers ::bbp_search_terms 82 * @covers ::bbp_get_search_terms 83 * @todo Implement test_bbp_get_search_terms(). 84 */ 85 public function test_bbp_get_search_terms() { 86 // Remove the following lines when you implement this test. 87 $this->markTestIncomplete( 88 'This test has not been implemented yet.' 89 ); 90 } 91 92 /** 93 * @covers ::bbp_search_pagination_count 94 * @covers ::bbp_get_search_pagination_count 95 * @todo Implement test_bbp_get_search_pagination_count(). 96 */ 97 public function test_bbp_get_search_pagination_count() { 98 // Remove the following lines when you implement this test. 99 $this->markTestIncomplete( 100 'This test has not been implemented yet.' 101 ); 102 } 103 104 /** 105 * @covers ::bbp_search_pagination_links 106 * @covers ::bbp_get_search_pagination_links 107 * @todo Implement test_bbp_get_search_pagination_links(). 108 */ 109 public function test_bbp_get_search_pagination_links() { 110 // Remove the following lines when you implement this test. 111 $this->markTestIncomplete( 112 'This test has not been implemented yet.' 113 ); 114 } 115 }
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 |