markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_get_search_query_args * @todo Implement test_bbp_get_search_query_args(). */ public function test_bbp_get_search_query_args() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_search_results_redirect * @todo Implement test_bbp_search_results_redirect(). */ public function test_bbp_search_results_redirect() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }