From f9201143da0d7f63697c0b75d6771a858752f166 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sun, 26 May 2019 15:40:04 -0700
Subject: [PATCH] Fix oversight from 9e9d5c06

---
 tests/bootstrap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index a539aad..89c5d7b 100755
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -37,7 +37,7 @@ if ( ! function_exists( 'post_revisions_meta_box' ) ) {
 function wp_revisions_control_tests_manually_load_plugin() {
 	require dirname( dirname( __FILE__ ) ) . '/wp-revisions-control.php';
 }
-tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
+tests_add_filter( 'muplugins_loaded', 'wp_revisions_control_tests_manually_load_plugin' );
 
 // Start up the WP testing environment.
 require $wp_revisions_control_tests_tests_dir . '/includes/bootstrap.php';
-- 
GitLab