We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2a6b9 commit 0c93b48Copy full SHA for 0c93b48
tests/bootstrap.php
@@ -12,7 +12,7 @@
12
require_once $_tests_dir . '/includes/functions.php';
13
14
function _manually_load_plugin() {
15
- require dirname( dirname( __FILE__ ) ) . '/activitystream-extension.php';
+ require dirname( dirname( __FILE__ ) ) . '/activitypub.php';
16
}
17
tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
18
0 commit comments