From: umherirrender Date: Wed, 23 Jul 2014 19:55:22 +0000 (+0200) Subject: Fix typo: MWExcepion -> MWException X-Git-Tag: 1.31.0-rc.0~14796^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/File:%2A_image6?a=commitdiff_plain;h=e1b97c8d59bb49f38d8f1b9dec660264e20da132;p=lhc%2Fweb%2Fwiklou.git Fix typo: MWExcepion -> MWException Change-Id: I3527eb8314ec577a118ed4fc897768224d63092a --- diff --git a/tests/phpunit/maintenance/DumpTestCase.php b/tests/phpunit/maintenance/DumpTestCase.php index 4f0d24fbb5..dad30b7988 100644 --- a/tests/phpunit/maintenance/DumpTestCase.php +++ b/tests/phpunit/maintenance/DumpTestCase.php @@ -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( diff --git a/tests/phpunit/maintenance/fetchTextTest.php b/tests/phpunit/maintenance/fetchTextTest.php index 8c40ffe1a5..43f2096676 100644 --- a/tests/phpunit/maintenance/fetchTextTest.php +++ b/tests/phpunit/maintenance/fetchTextTest.php @@ -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(