assertTrue( true ); } /** * Ensure that the plugin has been installed and activated. */ function test_plugin_activated() { $this->assertTrue( is_plugin_active( 'Titan-Framework/titan-framework.php' ) ); } }