X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FURLDetectionTest.php;h=95d01fb3a9d81062791ea621a20c6cc3aead432b;hb=b53e1439969bfa2c0b551d8cc2fc8fe15652c62a;hp=dc017ac616f63bdd2fcae5c607c6f4db0978c090;hpb=325cb4833db7e3fd396720f12a27b880b63f4173;p=quix0rs-gnu-social.git diff --git a/tests/URLDetectionTest.php b/tests/URLDetectionTest.php index dc017ac616..95d01fb3a9 100644 --- a/tests/URLDetectionTest.php +++ b/tests/URLDetectionTest.php @@ -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';