From: Paladox Date: Wed, 12 Oct 2016 14:39:46 +0000 (+0100) Subject: Update tests/phpunit/MediaWikiTestCase.php with support for apcu X-Git-Tag: 1.31.0-rc.0~4283^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=a9c0d737184c594658c69eb691b0e505fcac969f Update tests/phpunit/MediaWikiTestCase.php with support for apcu Change-Id: I22d54e96c2c002ea53dabfd2772d2ba4c7eb96b1 --- diff --git a/tests/phpunit/MediaWikiTestCase.php b/tests/phpunit/MediaWikiTestCase.php index fd02a3eeb4..37f76ff4d1 100644 --- a/tests/phpunit/MediaWikiTestCase.php +++ b/tests/phpunit/MediaWikiTestCase.php @@ -255,6 +255,7 @@ abstract class MediaWikiTestCase extends PHPUnit_Framework_TestCase { CACHE_ACCEL => $hashCache, CACHE_MEMCACHED => $hashCache, 'apc' => $hashCache, + 'apcu' => $hashCache, 'xcache' => $hashCache, 'wincache' => $hashCache, ] + $baseConfig->get( 'ObjectCaches' );