Fix method/function names case mismatch in core files
authorDerick Alangi <alangiderick@gmail.com>
Sat, 31 Aug 2019 20:59:45 +0000 (21:59 +0100)
committerKrinkle <krinklemail@gmail.com>
Sat, 31 Aug 2019 23:17:51 +0000 (23:17 +0000)
commit52a21ace03540c85c293e09898a90e048e2234bd
tree2f654fa20b43772e59572c1a5d7632efe914bfa4
parent7a08b3a13eb61e7a6c65b5f7ea9a09e2f12dc8b3
Fix method/function names case mismatch in core files

PHP doesn't care much but I think we humans do because we should
call methods by the name we give them. Method fixed are;

- isOk() -> isOK()
- setOk() -> setOK()
- teardown() -> tearDown()

Change-Id: I6b3f0cf3902887058efa426968da380803869e0b
12 files changed:
includes/MovePage.php
includes/Title.php
includes/api/ApiMove.php
includes/installer/CliInstaller.php
includes/installer/Installer.php
includes/jobqueue/Job.php
includes/jobqueue/JobRunner.php
includes/libs/http/MultiHttpClient.php
includes/specials/SpecialMovepage.php
tests/phpunit/includes/api/ApiBaseTest.php
tests/phpunit/includes/auth/UserDataAuthenticationRequestTest.php
tests/phpunit/includes/specials/pagers/BlockListPagerTest.php