Skip to content
Snippets Groups Projects
Commit 0ea5f65d authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix PHPUnit

parent 24830042
No related branches found
No related tags found
1 merge request!5Bump WP compatibility
Pipeline #2758 passed
...@@ -23,7 +23,7 @@ require_once $_tests_dir . '/includes/functions.php'; ...@@ -23,7 +23,7 @@ require_once $_tests_dir . '/includes/functions.php';
* Manually load the plugin being tested. * Manually load the plugin being tested.
*/ */
function _manually_load_plugin() { 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' ); tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment