X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FCurryTest.php;h=6e776e41b4f09cd8cc464c886e0e742f65746d8e;hb=e212f2ae77bd96f9ea8e90c7e51125ae74800efc;hp=37b66cc749d13ba82fb1d6f40f5c8dab0a5b1566;hpb=31f2079490b69d7e6485b893efa78e769a156b3a;p=quix0rs-gnu-social.git diff --git a/tests/CurryTest.php b/tests/CurryTest.php index 37b66cc749..6e776e41b4 100644 --- a/tests/CurryTest.php +++ b/tests/CurryTest.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';