markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_reply_revision_log * @covers ::bbp_get_reply_revision_log * @todo Implement test_bbp_get_reply_revision_log(). */ public function test_bbp_get_reply_revision_log() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_get_reply_raw_revision_log * @todo Implement test_bbp_get_reply_raw_revision_log(). */ public function test_bbp_get_reply_raw_revision_log() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_get_reply_revisions * @todo Implement test_bbp_get_reply_revisions(). */ public function test_bbp_get_reply_revisions() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ::bbp_get_reply_revision_count * @todo Implement test_bbp_get_reply_revision_count(). */ public function test_bbp_get_reply_revision_count() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }