(NFC) SettingsStack - Add test coverage for new helper
authorTim Otten <totten@civicrm.org>
Thu, 17 Aug 2017 17:25:08 +0000 (10:25 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Aug 2017 17:25:08 +0000 (10:25 -0700)
commit8f37e8e37c946e14a6d6d84e4db34b931b3b324b
tree927ce77ef43fa6c3ac9ca145476bfc938c4a6a9c
parent34caf215b525c90757ce66606220f79df165a1ee
(NFC) SettingsStack - Add test coverage for new helper

This class was recently added as a helper for another unit-test, but it
didn't have its own coverage.  This is a quick/simple test for it.
Civi/Core/SettingsStack.php
tests/phpunit/Civi/Core/SettingsStackTest.php [new file with mode: 0644]