Fix typo: MWExcepion -> MWException
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 23 Jul 2014 19:55:22 +0000 (21:55 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 23 Jul 2014 19:55:22 +0000 (21:55 +0200)
Change-Id: I3527eb8314ec577a118ed4fc897768224d63092a

tests/phpunit/maintenance/DumpTestCase.php
tests/phpunit/maintenance/fetchTextTest.php

index 4f0d24f..dad30b7 100644 (file)
@@ -32,7 +32,7 @@ abstract class DumpTestCase extends MediaWikiLangTestCase {
         * @param string $text Revisions text
         * @param string $text Revisions summare
         *
-        * @throws MWExcepion
+        * @throws MWException
         */
        protected function addRevision( Page $page, $text, $summary ) {
                $status = $page->doEditContent(
index 8c40ffe..43f2096 100644 (file)
@@ -102,7 +102,7 @@ class FetchTextTest extends MediaWikiTestCase {
         * @param string $text The revisions text
         * @param string $text The revisions summare
         *
-        * @throws MWExcepion
+        * @throws MWException
         */
        private function addRevision( $page, $text, $summary ) {
                $status = $page->doEditContent(