X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2Fobjectcache%2FWANObjectCacheTest.php;h=7053fc18babb458c4c1bc6ce0417b035dde10ecc;hp=e534f92513a29f942ec417a685ee3d73a67ec83e;hb=dbad540cd37617879aff6f28ce9c016dd8049d4e;hpb=565558f4ef6762df13613d3ef03804b39423cf2e diff --git a/tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php b/tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php index e534f92513..7053fc18ba 100644 --- a/tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php +++ b/tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php @@ -17,6 +17,9 @@ use Wikimedia\TestingAccessWrapper; * @covers WANObjectCache::setInterimValue */ class WANObjectCacheTest extends PHPUnit_Framework_TestCase { + + use MediaWikiCoversValidator; + /** @var TimeAdjustableWANObjectCache */ private $cache; /** @var BagOStuff */