]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/HashTagDetectionTests.php
...and don't hide it at all since we don't have a placeholder now
[quix0rs-gnu-social.git] / tests / HashTagDetectionTests.php
index 47031d5bc41bae3ea77292a93cbd4e1755e7020b..1fbc98983d66ab09a400b45990c9794103bf000f 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';