]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/ActivityGenerationTests.php
Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET)
[quix0rs-gnu-social.git] / tests / ActivityGenerationTests.php
index 8e59050e75d605062ec6203300519d1fabdba57d..af6535e734b61322db22c3e926389d27b340167d 100644 (file)
@@ -8,7 +8,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 // XXX: we should probably have some common source for this stuff
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('STATUSNET', true);
+define('GNUSOCIAL', true);
+define('STATUSNET', true);  // compatibility
 
 require_once INSTALLDIR . '/lib/common.php';