(dev/core#174) api_v3_SettingTest - Remove unused cache reference
authorTim Otten <totten@civicrm.org>
Fri, 15 Jun 2018 21:48:57 +0000 (14:48 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 15 Jun 2018 21:51:30 +0000 (14:51 -0700)
commite95bf510c46c3a428b3289541774190e4cb5a318
treefbccdc863fc4489d847949bacbe920769cc758f5
parent36a26e2be62c04d5c864933565984b5de16e5ce1
(dev/core#174) api_v3_SettingTest - Remove unused cache reference

This unit is clearing out a non-existent cache item. To see that it is non-existent, I grepped (case-insensitive) for
the expressions:

* `CiviCRM setting Spec`
* `CiviCRM setting `
* `setting spec`

This feels like left-overs from 4.6. In 4.7, the setting cache was reworked. Note that
`SettingTest` does clear newer cache (`Civi::cache('settings')->flush();`).
tests/phpunit/api/v3/SettingTest.php