From e1b97c8d59bb49f38d8f1b9dec660264e20da132 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Wed, 23 Jul 2014 21:55:22 +0200 Subject: [PATCH] Fix typo: MWExcepion -> MWException Change-Id: I3527eb8314ec577a118ed4fc897768224d63092a --- tests/phpunit/maintenance/DumpTestCase.php | 2 +- tests/phpunit/maintenance/fetchTextTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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( -- 2.20.1