Merge "mw.rcfilters.ui.SaveFiltersPopupButtonWidget: Remove pointless option"
[lhc/web/wiklou.git] / tests / phpunit / includes / page / WikiPageDbTestBase.php
index c4ec4dd..2b803ae 100644 (file)
@@ -1447,8 +1447,8 @@ more stuff
 
        /**
         * @dataProvider provideTestInsertProtectNullRevision
-        * @covers WikiPge::insertProtectNullRevision
-        * @covers WikiPge::protectDescription
+        * @covers WikiPage::insertProtectNullRevision
+        * @covers WikiPage::protectDescription
         *
         * @param string $revCommentMsg
         * @param array $limit
@@ -1678,7 +1678,7 @@ more stuff
        public function testInsertOn_idSpecified() {
                $title = Title::newFromText( __METHOD__ );
                $page = new WikiPage( $title );
-               $id = 3478952189;
+               $id = 1478952189;
 
                $result = $page->insertOn( $this->db, $id );