Update git submodules
[lhc/web/wiklou.git] / tests / phpunit / includes / libs / MapCacheLRUTest.php
index 60a5057..2a962b7 100644 (file)
@@ -2,7 +2,10 @@
 /**
  * @group Cache
  */
-class MapCacheLRUTest extends PHPUnit_Framework_TestCase {
+class MapCacheLRUTest extends PHPUnit\Framework\TestCase {
+
+       use MediaWikiCoversValidator;
+
        /**
         * @covers MapCacheLRU::newFromArray()
         * @covers MapCacheLRU::toArray()