Fix numerous class/function casing
authorReedy <reedy@wikimedia.org>
Fri, 18 Mar 2016 13:55:54 +0000 (13:55 +0000)
committerKrinkle <krinklemail@gmail.com>
Fri, 18 Mar 2016 23:14:49 +0000 (23:14 +0000)
commit1834ee3d8e2f6a8ef2067ee7925c4f561209b12f
tree45b7e5708d0328a21e58884aee206d381acf33da
parentecfdb46916567cf4ea466135f9a053d6feca2afe
Fix numerous class/function casing

Change-Id: I23982bfa0548c9ea3bdb432be7982f1563930715
41 files changed:
includes/db/DatabaseMysqli.php
includes/htmlform/HTMLTitleTextField.php
includes/htmlform/HTMLUserTextField.php
includes/import/WikiImporter.php
includes/installer/WebInstallerComplete.php
includes/installer/WebInstallerInstall.php
includes/installer/WebInstallerName.php
includes/installer/WebInstallerOptions.php
includes/jobqueue/utils/BacklinkJobUtils.php
includes/media/Bitmap_ClientOnly.php
includes/pager/ReverseChronologicalPager.php
includes/parser/ParserCache.php
includes/specials/SpecialContributions.php
includes/specials/SpecialFileDuplicateSearch.php
includes/specials/SpecialListDuplicatedFiles.php
includes/specials/SpecialRecentchangeslinked.php
includes/specials/SpecialRedirect.php
maintenance/cleanupUploadStash.php
maintenance/parse.php
maintenance/updateSearchIndex.php
tests/phpunit/includes/BlockTest.php
tests/phpunit/includes/FauxResponseTest.php
tests/phpunit/includes/RevisionStorageTest.php
tests/phpunit/includes/TitlePermissionTest.php
tests/phpunit/includes/api/ApiLoginTest.php
tests/phpunit/includes/api/UserWrapper.php
tests/phpunit/includes/cache/GenderCacheTest.php
tests/phpunit/includes/context/RequestContextTest.php
tests/phpunit/includes/exception/HttpErrorTest.php
tests/phpunit/includes/filebackend/FileBackendTest.php
tests/phpunit/includes/filerepo/file/LocalFileTest.php
tests/phpunit/includes/media/MediaWikiMediaTestCase.php
tests/phpunit/includes/password/PasswordPolicyChecksTest.php
tests/phpunit/includes/password/UserPasswordPolicyTest.php
tests/phpunit/includes/session/SessionManagerTest.php
tests/phpunit/includes/user/LocalIdLookupTest.php
tests/phpunit/maintenance/backupTextPassTest.php
tests/phpunit/maintenance/backup_PageTest.php
tests/phpunit/skins/SideBarTest.php
tests/phpunit/structure/ApiDocumentationTest.php
tests/phpunit/suites/UploadFromUrlTestSuite.php