markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_search_results * @todo Implement test_bbp_search_results(). */ public function test_bbp_search_results() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_the_search_result * @todo Implement test_bbp_the_search_result(). */ public function test_bbp_the_search_result() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_search_title * @covers ::bbp_get_search_title * @todo Implement test_bbp_get_search_title(). */ public function test_bbp_get_search_title() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_search_url * @covers ::bbp_get_search_url * @todo Implement test_bbp_get_search_url(). */ public function test_bbp_get_search_url() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_search_results_url * @covers ::bbp_get_search_results_url * @todo Implement test_bbp_get_search_results_url(). */ public function test_bbp_get_search_results_url() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_search_terms * @covers ::bbp_get_search_terms * @todo Implement test_bbp_get_search_terms(). */ public function test_bbp_get_search_terms() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_search_pagination_count * @covers ::bbp_get_search_pagination_count * @todo Implement test_bbp_get_search_pagination_count(). */ public function test_bbp_get_search_pagination_count() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_search_pagination_links * @covers ::bbp_get_search_pagination_links * @todo Implement test_bbp_get_search_pagination_links(). */ public function test_bbp_get_search_pagination_links() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }