X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FMapCacheLRUTest.php;h=363b081bca08fb309d2d9e6f8ed31e7ae268a17a;hb=2886f0d5d60e10d62359e9f97ea5095719fe9011;hp=60a505721eadc2c13138b99986f38cb75f0fe8a0;hpb=c8a7b21e6c0be34475028ab04bdd80012ce9a91d;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/libs/MapCacheLRUTest.php b/tests/phpunit/includes/libs/MapCacheLRUTest.php index 60a505721e..363b081bca 100644 --- a/tests/phpunit/includes/libs/MapCacheLRUTest.php +++ b/tests/phpunit/includes/libs/MapCacheLRUTest.php @@ -3,6 +3,9 @@ * @group Cache */ class MapCacheLRUTest extends PHPUnit_Framework_TestCase { + + use MediaWikiCoversValidator; + /** * @covers MapCacheLRU::newFromArray() * @covers MapCacheLRU::toArray()