wiki.techinc.nl/tests/phpunit/unit
Dan Duvall 9778adf1c5 Refactor SettingsBuilder to use BagOStuff.
Removed use of Psr\SimpleCache\CacheInterface in favor of BagOStuff, as
the latter is a tried-and-true abstraction and the former offers no real
upfront benefits since the caching patterns of SettingsBuilder are quite
basic at this time.

The simplicity of cache interface use is largely in part to the minimal
probabilistic stampede protection implementation within CachedSource
which is left untouched by this change.

Bug: T294748
Change-Id: Ie59b37a8d5c7bf96225757fa9eb9d2c762476713
2021-12-10 10:20:05 -08:00
..
documentation Make ReleaseNotesTest a pure unit test 2021-01-21 02:45:09 +00:00
includes Refactor SettingsBuilder to use BagOStuff. 2021-12-10 10:20:05 -08:00
languages Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
maintenance Move MWDoxygenFilterTest to unit tests 2021-03-28 18:33:51 +00:00