X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FJidValidateTest.php;h=6c3eef0ed56726578d6a34b93a80a5ee9b809a5d;hb=88055f52e6af1f49e6a0e0a03f1dcb0c2607102b;hp=9f59011396226b2693c6c74ca3d738f378d43cb8;hpb=2af12774bf9699b7234e3015dc4eb14b1cdff13d;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?