fixed typo
This commit is contained in:
parent
bc2a6b9e25
commit
0c93b482da
1 changed files with 1 additions and 1 deletions
|
@ -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' );
|
||||
|
||||
|
|
Loading…
Reference in a new issue