]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/CommandInterperterTest.php
We sent a User object instead of Profile to InboxNoticeStream (thanks postblue)
[quix0rs-gnu-social.git] / tests / CommandInterperterTest.php
index 3ce1cc28211cdedb1a0a3cf5d928d8e1d62242a4..c97bfb1652a0c5a08e72ef6b41ce4cd1d4519e8a 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
 
 require_once INSTALLDIR . '/lib/common.php';