X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2FUUIDTest.php;h=ce330d7ac6d8f1d8f612e22a99acc3f4a6cb3890;hb=4526c3f712d430e2096f38fea1efbd46e84f9149;hp=e78d5ce1bce7e71b46f147a23695b6b78ed6c054;hpb=6455461c196fcb8e7c0047870d480e4a97986709;p=quix0rs-gnu-social.git diff --git a/tests/UUIDTest.php b/tests/UUIDTest.php index e78d5ce1bc..ce330d7ac6 100644 --- a/tests/UUIDTest.php +++ b/tests/UUIDTest.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';