From 0ea5f65db5f7b52de6f9c091642fd60dc425adf1 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 30 Aug 2020 14:15:45 -0700 Subject: [PATCH] Fix PHPUnit --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 6d972bc..e2bead5 100755 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -23,7 +23,7 @@ require_once $_tests_dir . '/includes/functions.php'; * Manually load the plugin being tested. */ function _manually_load_plugin() { - require dirname( dirname( __FILE__ ) ) . '/tag-list-widget.php'; + require dirname( dirname( __FILE__ ) ) . '/taxonomy-list-widget.php'; } tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' ); -- GitLab