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