CrmScopeTest - Use explicit value for default/global example
authorTim Otten <totten@civicrm.org>
Sat, 10 Jun 2023 21:40:06 +0000 (14:40 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 10 Jun 2023 21:40:06 +0000 (14:40 -0700)
commitce178428476558e56f1ec115e5e520efacf9ba73
tree9c9acb84b347f60415268d15ec28211e7651006b
parent9658953a78f0078078e05e12503c1d5e93777e5a
CrmScopeTest - Use explicit value for default/global example

Before: We rely on default/global value of `x=UNDEFINED` or `x=NULL`.
But this is a bit tempermental.

After: Clear default.

Note: There's a prior commit which adds another test (CRM_Core_SmartyTest)
where the global value is specifically undefined or specifically null.
So that still has coverage.
tests/phpunit/CRM/Core/Smarty/plugins/CrmScopeTest.php