assertTrue( function_exists( 'bbpress' ) ); } /** * Ensure that bbPress has been installed and activated. */ function test_plugin_activated() { $this->assertTrue( is_plugin_active( 'bbpress/bbpress.php' ) ); } }