Merge "Fixed bogus mysql error code 0 on mid-transaction disconnect"
[lhc/web/wiklou.git] / tests / phpunit / includes / XmlTypeCheckTest.php
index 18f363f..8d6f1ed 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * PHPUnit tests for XMLTypeCheck.
  * @author physikerwelt
- * @group ?
+ * @group Xml
  * @covers XMLTypeCheck
  */
 class XmlTypeCheckTest extends MediaWikiTestCase {
@@ -27,4 +27,4 @@ class XmlTypeCheckTest extends MediaWikiTestCase {
                $this->assertFalse( $testXML->wellFormed );
        }
 
-}
\ No newline at end of file
+}