]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/oEmbedTest.php
Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET)
[quix0rs-gnu-social.git] / tests / oEmbedTest.php
index 1f1d5f826cba25f4899f7a6605d5596d96d9712b..50f3fd29199bbabfb14e63542097104d18bdad8b 100644 (file)
@@ -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';