Fix failing settingTest and mark setting.fill as deprecated
authorColeman Watts <coleman@civicrm.org>
Fri, 3 Jul 2020 16:20:04 +0000 (12:20 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 3 Jul 2020 16:20:04 +0000 (12:20 -0400)
commit22a66e62e9f05c11031b32a04e5c671758edd1bb
tree3b9448fc1b536b0ea76b89a16b6258feece10ec7
parent2ca7273bed4d24245b932f8378b41385db7746e2
Fix failing settingTest and mark setting.fill as deprecated

The settingTest class was being too aggressive about creating and deleting domains,
this teaches it to not delete pre-existing domains.
Also marks an old unused api function deprecated.
api/v3/Setting.php
tests/phpunit/api/v3/SettingTest.php