X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FJidValidateTest.php;h=6c3eef0ed56726578d6a34b93a80a5ee9b809a5d;hb=c6f89b21748948fde902904f6ac9ce9afa026b84;hp=9f59011396226b2693c6c74ca3d738f378d43cb8;hpb=3da50c19dfff7645dc46f1b836ebf4ecda726129;p=quix0rs-gnu-social.git diff --git a/tests/JidValidateTest.php b/tests/JidValidateTest.php index 9f59011396..6c3eef0ed5 100644 --- a/tests/JidValidateTest.php +++ b/tests/JidValidateTest.php @@ -6,8 +6,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) { } define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -define('STATUSNET', true); -define('LACONICA', true); +define('GNUSOCIAL', true); +define('STATUSNET', true); // compatibility mb_internal_encoding('UTF-8'); // @fixme this probably belongs in common.php?