From: Tim Otten Date: Fri, 22 Jan 2016 11:57:50 +0000 (-0800) Subject: CRM-17860 - civicrm.settings.{cli,dist}.php - No longer needed X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4ca6eff94a97ed97160cf0f202f364318b0311fd;p=civicrm-core.git CRM-17860 - civicrm.settings.{cli,dist}.php - No longer needed --- diff --git a/tests/phpunit/CiviTest/civicrm.settings.cli.php b/tests/phpunit/CiviTest/civicrm.settings.cli.php deleted file mode 100644 index c9ea113650..0000000000 --- a/tests/phpunit/CiviTest/civicrm.settings.cli.php +++ /dev/null @@ -1,14 +0,0 @@ -register(); - -define('CIVICRM_SETTINGS_PATH', __DIR__ . '/civicrm.settings.dist.php'); -define('CIVICRM_SETTINGS_LOCAL_PATH', __DIR__ . '/civicrm.settings.local.php'); - -if (file_exists(CIVICRM_SETTINGS_LOCAL_PATH)) { - require_once CIVICRM_SETTINGS_LOCAL_PATH; -} -require_once CIVICRM_SETTINGS_PATH; diff --git a/tests/phpunit/CiviTest/civicrm.settings.dist.php b/tests/phpunit/CiviTest/civicrm.settings.dist.php deleted file mode 100644 index 616f0c69dd..0000000000 --- a/tests/phpunit/CiviTest/civicrm.settings.dist.php +++ /dev/null @@ -1,159 +0,0 @@ -= 0 and $memLimit < 67108864) { - ini_set('memory_limit', '64M'); -} - -require_once 'CRM/Core/ClassLoader.php'; -CRM_Core_ClassLoader::singleton()->register();