Merge "Add @covers tags for more tests"
[lhc/web/wiklou.git] / tests / phpunit / includes / utils / AvroValidatorTest.php
index 4fccd3e..caeeaab 100644 (file)
@@ -13,6 +13,9 @@
  * @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' );