Add @covers tags to miscellaneous tests (#2)
[lhc/web/wiklou.git] / tests / phpunit / includes / exception / MWExceptionTest.php
index 614a1c9..6c5b3b1 100644 (file)
@@ -10,6 +10,7 @@ class MWExceptionTest extends MediaWikiTestCase {
 
        /**
         * @expectedException MWException
+        * @covers MWException
         */
        public function testMwexceptionThrowing() {
                throw new MWException();