]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/UserFeedParseTest.php
Don't trust local HTML either
[quix0rs-gnu-social.git] / tests / UserFeedParseTest.php
index 208e71be69af40276ea197529ff8ea010aa30483..6306adb7729078f925afcf5593b0818aae00bc52 100644 (file)
@@ -6,7 +6,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 }
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('STATUSNET', true);
+define('GNUSOCIAL', true);
+define('STATUSNET', true);  // compatibility
 
 require_once INSTALLDIR . '/lib/common.php';