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