X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FTagURITest.php;h=ccc80b8064ea0feeaeabacd65aff3525193b2759;hb=7a106f6669a62e401fc0c4c09c6c6859328ec3a2;hp=d23f8bfe6672214f3024348639f4b36f8a8414bf;hpb=37ed3af94e1daf385e5c9ce7670b47cb14207095;p=quix0rs-gnu-social.git diff --git a/tests/TagURITest.php b/tests/TagURITest.php index d23f8bfe66..ccc80b8064 100644 --- a/tests/TagURITest.php +++ b/tests/TagURITest.php @@ -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';