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

Fix oversight from 9e9d5c06

parent 9e9d5c06
No related branches found
No related tags found
1 merge request!4Add bulk actions
Pipeline #1063 passed with stages
in 3 minutes and 33 seconds
......@@ -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';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment