array( "ReduxFramework/redux-framework.php" ), ); // If the wordpress-tests repo location has been customized (and specified // with WP_TESTS_DIR), use that location. This will most commonly be the case // when configured for use with Travis CI. // Otherwise, we'll just assume that this plugin is installed in the WordPress // SVN external checkout configured in the wordpress-tests repo. if( false !== getenv( 'WP_TESTS_DIR' ) ) { require getenv( 'WP_TESTS_DIR' ) . '/bootstrap.php'; } else { require dirname( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) ) . '/bootstrap.php'; }