Fix @param tags
[lhc/web/wiklou.git] / tests / phpunit / includes / Storage / PageUpdaterTest.php
index 4e09077..9d60605 100644 (file)
@@ -29,6 +29,9 @@ class PageUpdaterTest extends MediaWikiTestCase {
                        'aux',
                        CONTENT_MODEL_WIKITEXT
                );
+
+               $this->tablesUsed[] = 'logging';
+               $this->tablesUsed[] = 'recentchanges';
        }
 
        private function getDummyTitle( $method ) {
@@ -238,7 +241,7 @@ class PageUpdaterTest extends MediaWikiTestCase {
         * Creates a revision in the database.
         *
         * @param WikiPage $page
-        * @param $summary
+        * @param string|Message|CommentStoreComment $summary
         * @param null|string|Content $content
         *
         * @return RevisionRecord|null