]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/JidValidateTest.php
Merge commit 'refs/merge-requests/43' of https://gitorious.org/social/mainline into...
[quix0rs-gnu-social.git] / tests / JidValidateTest.php
index 9f59011396226b2693c6c74ca3d738f378d43cb8..6c3eef0ed56726578d6a34b93a80a5ee9b809a5d 100644 (file)
@@ -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?