From 178177e3d13cb9f60c9dc091c201fabe475139fd Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 16 Oct 2023 17:57:28 +0200 Subject: [PATCH] Try to fix Travis failure with Mercator MU plugin --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 06b12bd93..207b0d657 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -56,7 +56,7 @@ function() { */ function xwp_manually_load_mercator() { define( 'MERCATOR_SKIP_CHECKS', true ); - require WPMU_PLUGIN_DIR . '/mercator/mercator.php'; + require WP_CONTENT_DIR . '/mu-plugins/mercator/mercator.php'; } tests_add_filter( 'muplugins_loaded', 'xwp_manually_load_mercator' );