X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FCurryTest.php;h=6e776e41b4f09cd8cc464c886e0e742f65746d8e;hb=6ae8633904ffab0fdadd5fe3b2de2f505117c56f;hp=37b66cc749d13ba82fb1d6f40f5c8dab0a5b1566;hpb=0158f4f73db1c6090c09da8cc3cdcfb97af3883b;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';