Merge "rdbms: avoid LoadBalancer::getConnection waste when using $groups"
[lhc/web/wiklou.git] / tests / phpunit / includes / utils / FileContentsHasherTest.php
index 0ee4c13..316d9f4 100644 (file)
@@ -3,7 +3,9 @@
 /**
  * @covers FileContentsHasherTest
  */
-class FileContentsHasherTest extends PHPUnit_Framework_TestCase {
+class FileContentsHasherTest extends PHPUnit\Framework\TestCase {
+
+       use MediaWikiCoversValidator;
 
        public function provideSingleFile() {
                return array_map( function ( $file ) {