// define('CIVICRM_MYSQL_STRICT', TRUE );
// }
+if (CIVICRM_UF === 'UnitTests') {
+ if (!defined('CIVICRM_CONTAINER_CACHE')) define('CIVICRM_CONTAINER_CACHE', 'auto');
+ if (!defined('CIVICRM_MYSQL_STRICT')) define('CIVICRM_MYSQL_STRICT', true);
+}
+
/**
*
* Do not change anything below this line. Keep as is
# Crank up the memory
ini_set('memory_limit', '2G');
-
-eval(cv('php:boot --test', 1));
+define('CIVICRM_TEST', 1);
+eval(cv('php:boot', 1));
// This is exists to support CiviUnitTestCase::populateDB(). That doesn't make it a good idea.
require_once "DB.php";