fixed typo

This commit is contained in:
Matthias Pfefferle 2018-09-24 20:54:59 +02:00
parent bc2a6b9e25
commit 0c93b482da

View file

@ -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' );