Merge "Cleanup IDEA warnings in MessageCache"
[lhc/web/wiklou.git] / tests / phpunit / includes / utils / AvroValidatorTest.php
index 7559e22..12d2574 100644 (file)
@@ -9,7 +9,13 @@
  * dataprovider.
  */
 
-class AvroValidatorTest extends PHPUnit_Framework_TestCase {
+/**
+ * @covers AvroValidator
+ */
+class AvroValidatorTest extends PHPUnit\Framework\TestCase {
+
+       use MediaWikiCoversValidator;
+
        public function setUp() {
                if ( !class_exists( 'AvroSchema' ) ) {
                        $this->markTestSkipped( 'Avro is required to run the AvroValidatorTest' );