Fix typo: expectedExceptionMesage -> expectedExceptionMessage
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 23 Jul 2014 21:28:19 +0000 (23:28 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 23 Jul 2014 21:28:19 +0000 (23:28 +0200)
Change-Id: I8930364d3bbe9070df646f4f253779494c5091b1

tests/phpunit/includes/specials/SpecialListFilesTest.php

index 2689236..c042064 100644 (file)
@@ -11,7 +11,7 @@
 class SpecialListFilesTest extends MediaWikiTestCase {
        /**
         * @expectedException MWException
-        * @expectedExceptionMesage invalid_field
+        * @expectedExceptionMessage invalid_field
         * @covers ImageListPager::formatValue
         */
        public function testFormatValuesThrowException() {