Change case of class names to match declarations
authorKevin Israel <pleasestand@live.com>
Sun, 24 Aug 2014 06:52:38 +0000 (02:52 -0400)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 19 Dec 2014 16:01:26 +0000 (16:01 +0000)
commit74faccfa264fca219e08ae9cfb60a355ec2fac39
treed4e5e4c2ba489f3e9c349d397fbdbc839bbb0d21
parent02ef5c96c8756d1c9db149e33220fc3a4fee25f4
Change case of class names to match declarations

Found by running tests under a version of PHP patched to report
case mismatches as E_STRICT errors.

User classes:
* MIMEsearchPage
* MostlinkedTemplatesPage
* SpecialBookSources
* UnwatchedpagesPage

Internal classes:
* DOMXPath
* stdClass
* XMLReader

Did not change:
* testautoLoadedcamlCLASS
* testautoloadedserializedclass

Change-Id: Idc8caa82cd6adb7bab44b142af2b02e15f0a89ee
includes/HtmlFormatter.php
includes/Import.php
includes/media/SVGMetadataExtractor.php
includes/page/WikiPage.php
includes/specialpage/QueryPage.php
tests/phpunit/includes/exception/MWExceptionHandlerTest.php
tests/phpunit/includes/specials/SpecialBooksourcesTest.php
tests/phpunit/includes/specials/SpecialMIMESearchTest.php
tests/phpunit/maintenance/DumpTestCase.php