Skip to content

Commit

Permalink
test: fix errors on unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sectsect committed Nov 26, 2024
1 parent 76e2941 commit 370b01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
*/
function _manually_load_plugin() {
require dirname( __DIR__, 1 ) . '/wp-tag-order.php';
require_once dirname( __DIR__, 1 ) . '/includes/class-tag-updater.php';
}

tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
Expand Down

0 comments on commit 370b01b

Please sign in to comment.