Fix a plethora of class and function call case mismatches
commit229b2c15e85a2aa32499c17e3e8330a20cac9e62
authorReedy <reedy@wikimedia.org>
Tue, 26 May 2020 13:14:46 +0000 (26 14:14 +0100)
committerReedy <reedy@wikimedia.org>
Tue, 26 May 2020 13:14:46 +0000 (26 14:14 +0100)
treeac56b1d59f2757f4226abeb8653d53edc6cf4e52
parent111ae6400d35b69c401bb5a91b9b72501b94b0e4
Fix a plethora of class and function call case mismatches

Bug: T231412
Change-Id: I597a25de3294a6673424f30475760280ef209a8a
34 files changed:
includes/EditPage.php
includes/Rest/Handler/LatestPageContentHandler.php
includes/Rest/Handler/PageSourceHandler.php
includes/actions/CreditsAction.php
includes/diff/DifferenceEngine.php
includes/skins/Skin.php
includes/specials/Hook/NewPagesLineEndingHook.php
includes/specials/Hook/SpecialNewPagesFiltersHook.php
includes/specials/SpecialMergeHistory.php
maintenance/mediawiki.Title/generatePhpCharToUpperMappings.php
maintenance/uppercaseTitlesForUnicodeTransition.php
tests/phpunit/MediaWikiIntegrationTestCase.php
tests/phpunit/MediaWikiUnitTestCase.php
tests/phpunit/includes/ContentSecurityPolicyTest.php
tests/phpunit/includes/MovePageTest.php
tests/phpunit/includes/OutputPageTest.php
tests/phpunit/includes/TitleTest.php
tests/phpunit/includes/actions/WatchActionTest.php
tests/phpunit/includes/api/ApiBaseTest.php
tests/phpunit/includes/api/ApiParseTest.php
tests/phpunit/includes/api/ApiUnblockTest.php
tests/phpunit/includes/auth/AuthManagerTest.php
tests/phpunit/includes/auth/CheckBlocksSecondaryAuthenticationProviderTest.php
tests/phpunit/includes/block/BlockRestrictionStoreTest.php
tests/phpunit/includes/block/Restriction/PageRestrictionTest.php
tests/phpunit/includes/db/LBFactoryTest.php
tests/phpunit/includes/debug/DeprecationHelperTest.php
tests/phpunit/includes/libs/rdbms/database/DatabaseTest.php
tests/phpunit/includes/libs/rdbms/querybuilder/SelectQueryBuilderTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderStartUpModuleTest.php
tests/phpunit/includes/search/SearchResultTraitTest.php
tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php
tests/phpunit/unit/includes/libs/filebackend/filejournal/FileJournalTest.php
tests/phpunit/unit/includes/title/TitleValueTest.php