]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/MediaFileTest.php
Minor code cleanup with group related actions (thanks brw12)
[quix0rs-gnu-social.git] / tests / MediaFileTest.php
index a76a4f45e62968b4d2a1a5609cbb84edc8309724..b1891574e2fca6f0e6c0831c83a72cffede27191 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';