Add @covers tags to HTMLForm test
[lhc/web/wiklou.git] / tests / phpunit / includes / htmlform / HTMLFormTest.php
index b7e0053..98511ca 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
-
+/**
+ * @covers HTMLForm
+ */
 class HTMLFormTest extends MediaWikiTestCase {
        public function testGetHTML_empty() {
                $form = new HTMLForm( [] );