Add @covers tags to miscellaneous tests
[lhc/web/wiklou.git] / tests / phpunit / includes / RevisionDbTestBase.php
index 9ab76c8..94f8fba 100644 (file)
@@ -649,6 +649,7 @@ abstract class RevisionDbTestBase extends MediaWikiTestCase {
        }
 
        /**
+        * @covers Revision::userWasLastToEdit
         * @dataProvider provideUserWasLastToEdit
         */
        public function testUserWasLastToEdit( $sinceIdx, $expectedLast ) {