markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_form_topic_status_dropdown * @covers ::bbp_get_form_topic_status_dropdown * @todo Implement test_bbp_get_form_topic_status_dropdown(). */ public function test_bbp_get_form_topic_status_dropdown() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_form_topic_title * @covers ::bbp_get_form_topic_title * @todo Implement test_bbp_get_form_topic_title(). */ public function test_bbp_get_form_topic_title() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_form_topic_content * @covers ::bbp_get_form_topic_content * @todo Implement test_bbp_get_form_topic_content(). */ public function test_bbp_get_form_topic_content() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_form_topic_tags * @covers ::bbp_get_form_topic_tags * @todo Implement test_bbp_get_form_topic_tags(). */ public function test_bbp_get_form_topic_tags() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_form_topic_forum * @covers ::bbp_get_form_topic_forum * @todo Implement test_bbp_get_form_topic_forum(). */ public function test_bbp_get_form_topic_forum() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_form_topic_subscribed * @covers ::bbp_get_form_topic_subscribed * @todo Implement test_bbp_get_form_topic_subscribed(). */ public function test_bbp_get_form_topic_subscribed() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_form_topic_log_edit * @covers ::bbp_get_form_topic_log_edit * @todo Implement test_bbp_get_form_topic_log_edit(). */ public function test_bbp_get_form_topic_log_edit() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_form_topic_edit_reason * @covers ::bbp_get_form_topic_edit_reason * @todo Implement test_bbp_get_form_topic_edit_reason(). */ public function test_bbp_get_form_topic_edit_reason() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_is_topic_form_post_request * @todo Implement test_bbp_is_topic_form_post_request(). */ public function test_bbp_is_topic_form_post_request() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }