X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FTagURITest.php;h=ccc80b8064ea0feeaeabacd65aff3525193b2759;hb=7c68537b06983293bdc5d0dd1e4ceb8846f2453c;hp=d23f8bfe6672214f3024348639f4b36f8a8414bf;hpb=4a71753f2046a17a98c139cc308ff7f77bd4f271;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';