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