X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FConfig%2FRuntime.php;h=da2abcec7b759fb6adc68a4b1424de4dfec42f63;hb=6698aeacce6bf12e331128864cb47c581c924124;hp=d64c5ce5f94319ca6f4e3080c5fc0017ed67414e;hpb=51dc129244303d760771eb5d17d473e81b51360d;p=civicrm-core.git diff --git a/CRM/Core/Config/Runtime.php b/CRM/Core/Config/Runtime.php index d64c5ce5f9..da2abcec7b 100644 --- a/CRM/Core/Config/Runtime.php +++ b/CRM/Core/Config/Runtime.php @@ -163,6 +163,8 @@ class CRM_Core_Config_Runtime extends CRM_Core_Config_MagicMerge { \CRM_Utils_Array::value('HTTP_HOST', $_SERVER, ''), // e.g. port-based vhosts \CRM_Utils_Array::value('SERVER_PORT', $_SERVER, ''), + // e.g. unit testing + defined('CIVICRM_TEST') ? 1 : 0, // Depending on deployment arch, these signals *could* be redundant, but who cares? ])); }