X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FHashTagDetectionTests.php;h=483d7135e1592b2e9656d037b12fa130b667f695;hb=5c428f8adf5d4686988f371e3de204ac6e70b99a;hp=283226bd46943b8c5856210b3d96517ceff4f62c;hpb=3e362233ee2f7acd676c0ee86025d7511f265b7e;p=quix0rs-gnu-social.git diff --git a/tests/HashTagDetectionTests.php b/tests/HashTagDetectionTests.php index 283226bd46..483d7135e1 100644 --- a/tests/HashTagDetectionTests.php +++ b/tests/HashTagDetectionTests.php @@ -6,6 +6,7 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) { } define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); +define('STATUSNET', true); define('LACONICA', true); require_once INSTALLDIR . '/lib/common.php';