X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FCommandInterperterTest.php;h=2d1824c69a855a987571057724c66ddb637df43a;hb=4bf26eff4ccf96624f47ac27be51c6de221f7f01;hp=3ce1cc28211cdedb1a0a3cf5d928d8e1d62242a4;hpb=8884a5255fb90fda67b63fa0d4252d77176337e5;p=quix0rs-gnu-social.git diff --git a/tests/CommandInterperterTest.php b/tests/CommandInterperterTest.php index 3ce1cc2821..2d1824c69a 100644 --- a/tests/CommandInterperterTest.php +++ b/tests/CommandInterperterTest.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'; @@ -133,9 +133,9 @@ class CommandInterpreterTest extends PHPUnit_Framework_TestCase array('whois foo', 'WhoisCommand'), array('whois foo bar', null), - array('fav', null), +/* array('fav', null), array('fav foo', 'FavCommand'), - array('fav foo bar', null), + array('fav foo bar', null),*/ array('nudge', null), array('nudge foo', 'NudgeCommand'),