objectcache: remove dangling WAN cache EventRelayer references
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 17 Feb 2019 03:44:36 +0000 (19:44 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 17 Feb 2019 04:22:32 +0000 (20:22 -0800)
commit5414aee495e6469f949d744c97c12baf0948ea2a
treed6ef2f9136090f95133f134f86083d1923bec8b3
parent694fef93eaab44609c35598c1740a098c18c2320
objectcache: remove dangling WAN cache EventRelayer references

* Remove 'channels' field references from config/setup
* Remove 'relayer'/'channels' field reference in unit tests
* Remove unused DEFAULT_PURGE_CHANNEL class constant
* Also remove long-since bogus 'pool' field references

Follow-up to 4753b0a4ed4b6b8abb

Change-Id: If6670ff4e1dccc8ae253a08b46d205601da10024
includes/DefaultSettings.php
includes/Setup.php
includes/libs/objectcache/WANObjectCache.php
includes/libs/objectcache/WANObjectCacheReaper.php
tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php