Merge "SVGMetadataExtractorTest: remove method existence test"
[lhc/web/wiklou.git] / tests / phpunit / includes / MessageTest.php
index d75c0e5..5d77ceb 100644 (file)
@@ -400,6 +400,9 @@ class MessageTest extends MediaWikiLangTestCase {
                $this->assertSame( 'example &', $msg->escaped() );
        }
 
+       /**
+        * @covers CoreTagHooks::html
+        */
        public function testRawHtmlInMsg() {
                $this->setMwGlobals( 'wgRawHtml', true );
                // We have to reset the core hook registration.