From 77dc7b8f652925545456738c9949fdd29f85afb4 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Wed, 23 Jul 2014 23:28:19 +0200 Subject: [PATCH] Fix typo: expectedExceptionMesage -> expectedExceptionMessage Change-Id: I8930364d3bbe9070df646f4f253779494c5091b1 --- tests/phpunit/includes/specials/SpecialListFilesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/specials/SpecialListFilesTest.php b/tests/phpunit/includes/specials/SpecialListFilesTest.php index 2689236b67..c042064ef7 100644 --- a/tests/phpunit/includes/specials/SpecialListFilesTest.php +++ b/tests/phpunit/includes/specials/SpecialListFilesTest.php @@ -11,7 +11,7 @@ class SpecialListFilesTest extends MediaWikiTestCase { /** * @expectedException MWException - * @expectedExceptionMesage invalid_field + * @expectedExceptionMessage invalid_field * @covers ImageListPager::formatValue */ public function testFormatValuesThrowException() { -- 2.20.1