From 0c93b482da6c8ac51a097241b49e6742cd8cad42 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 24 Sep 2018 20:54:59 +0200 Subject: [PATCH] fixed typo --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index e361db5..b37004a 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -12,7 +12,7 @@ if ( ! $_tests_dir ) { require_once $_tests_dir . '/includes/functions.php'; function _manually_load_plugin() { - require dirname( dirname( __FILE__ ) ) . '/activitystream-extension.php'; + require dirname( dirname( __FILE__ ) ) . '/activitypub.php'; } tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );