array( 'Titan-Framework/titan-framework.php' ), ); function _manually_load_plugin() { require dirname( dirname( __FILE__ ) ) . '/titan-framework.php'; } tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' ); require $_tests_dir . '/includes/bootstrap.php'; require dirname( __FILE__ ) . '/helpers/shims.php';