X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FLocationTest.php;h=a8447e1b48cb0bace3959d2150a8657b67c757bd;hb=a3b9367c9aea253d560db7d9b16d625cd0953a62;hp=1badecb5db4de7152731bc4bff2e172df6c61264;hpb=7ae45abfccd6ca56767369a5a663535e2633ea1d;p=quix0rs-gnu-social.git diff --git a/tests/LocationTest.php b/tests/LocationTest.php index 1badecb5db..a8447e1b48 100644 --- a/tests/LocationTest.php +++ b/tests/LocationTest.php @@ -6,7 +6,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) { } define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -define('STATUSNET', true); +define('GNUSOCIAL', true); +define('STATUSNET', true); // compatibility require_once INSTALLDIR . '/lib/common.php';