summaryrefslogtreecommitdiff
path: root/tests/HashTagDetectionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/HashTagDetectionTest.php')
-rw-r--r--tests/HashTagDetectionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/HashTagDetectionTest.php b/tests/HashTagDetectionTest.php
index 901e0611c..9afe34657 100644
--- a/tests/HashTagDetectionTest.php
+++ b/tests/HashTagDetectionTest.php
@@ -6,7 +6,7 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
}
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('LACONICA', true);
+define('STATUSNET', true);
require_once INSTALLDIR . '/lib/common.php';