Add @covers tags for more tests
[lhc/web/wiklou.git] / tests / phpunit / includes / utils / AvroValidatorTest.php
index 7559e22..4fccd3e 100644 (file)
@@ -9,6 +9,9 @@
  * dataprovider.
  */
 
+/**
+ * @covers AvroValidator
+ */
 class AvroValidatorTest extends PHPUnit_Framework_TestCase {
        public function setUp() {
                if ( !class_exists( 'AvroSchema' ) ) {