Avoid/Replace usage of deprecated `wfMemcKey()` function
authorDerick Alangi <alangiderick@gmail.com>
Thu, 2 May 2019 13:50:34 +0000 (14:50 +0100)
committerD3r1ck01 <xsavitar.wiki@aol.com>
Thu, 2 May 2019 14:27:31 +0000 (14:27 +0000)
commit1b9ea4d1bf32df102b731ef8ec9aa807d3e88041
tree5cb94a58700bf4a07af0640153172d4c630365a8
parent18ec46863331f6674f9f943c236025827772fba2
Avoid/Replace usage of deprecated `wfMemcKey()` function

This global function was deprecated in 1.30 and is replaced with
the use of `ObjectCache::getLocalClusterInstance()->makeKey()`.

Change-Id: Ic08b53111be4374a973e08c2ed68224bfa922fa8
includes/cache/CacheHelper.php
includes/poolcounter/PoolWorkArticleView.php
tests/phpunit/includes/auth/AuthManagerTest.php