wiki.techinc.nl/tests/phpunit/includes
Kevin Israel 74faccfa26 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
2014-12-19 16:01:26 +00:00
..
actions Merge "Revert "Make an empty "?action=" parameter default to "view""" 2014-10-11 17:23:21 +00:00
api Skip ApiFormatWddxTest under HHVM 2014-12-18 16:57:49 +00:00
cache Remove unused global declaration 2014-12-05 21:39:48 +00:00
changes Migrate merge log to new log system 2014-10-21 16:49:06 +00:00
composer
config Remove deprecated GlobalVarConfig::set() 2014-10-20 16:43:08 +00:00
content Make PHPCS pass on JsonContentTest 2014-12-18 14:13:07 +01:00
context Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
db Fixed spacing 2014-12-05 22:28:07 +01:00
debug Remove '@section LICENSE' 2014-11-26 02:20:55 +00:00
deferred Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
diff Remove require_once from some tests by adding classes to TestsAutoLoader 2014-11-12 20:24:08 +01:00
exception Change case of class names to match declarations 2014-12-19 16:01:26 +00:00
externalstore Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
filebackend Remove MediaWikiPHPUnitCommand 2014-08-02 21:35:34 +00:00
filerepo Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
GlobalFunctions Use MWLogger logging for legacy logging methods 2014-10-29 11:55:08 -07:00
htmlform Add a few PHPUnit tests for HTMLAutoCompleteSelectField 2014-08-26 12:33:21 -07:00
installer InstallDocFormatter: Hyperlink Phabricator task numbers 2014-11-21 03:05:44 -05:00
jobqueue Remove useless sleep() in JobQueueTest 2014-10-24 14:31:00 +02:00
json hhvm: Detect json-c parser 2014-11-08 15:45:46 -07:00
libs Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
logging
mail Merge "Skip MailAddressTest::testNewFromUser on windows" 2014-09-30 22:38:47 +00:00
media Add better error message for files which exceeds $wgMaxImageArea 2014-12-15 08:25:04 +00:00
normal test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
objectcache MediaWikiTestCase: Enforce children call parent::tearDown 2014-09-14 21:21:40 +02:00
page Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
parser Convert more wfRunHooks() --> Hooks::run() 2014-12-12 14:47:31 -08:00
password Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
poolcounter Break some long lines in maintenance, skins, tests 2014-07-24 19:03:17 +02:00
resourceloader resourceloader: Refactor empty value trimming for mw.loader.register 2014-12-09 00:47:14 +00:00
search Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
site Implement SiteListFileCache and rebuild script 2014-11-27 22:32:25 +00:00
skins Fixed spacing 2014-08-27 18:31:50 +02:00
specialpage Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
specials Change case of class names to match declarations 2014-12-19 16:01:26 +00:00
title Set wgMetaNamespace on TitleTest.php 2014-11-26 18:05:30 +01:00
upload UploadBaseTest: Use setMwGlobals() instead of juggling globals 2014-10-07 05:13:32 +02:00
utils Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
BlockTest.php Let BlockTest.php respect database constraints 2014-10-15 18:09:49 +00:00
CollationTest.php
DiffHistoryBlobTest.php
EditPageTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
ExtraParserTest.php
FallbackTest.php
FauxRequestTest.php
FauxResponseTest.php
FormOptionsInitializationTest.php
FormOptionsTest.php
GitInfoTest.php Fix GitInfoTest::testValidJsonData on windows 2014-09-30 20:44:45 +00:00
HooksTest.php
HtmlFormatterTest.php Set $wgInternalTidy to false in unit tests when running under HHVM 2014-12-18 14:58:18 -08:00
HtmlTest.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
HttpTest.php HttpTest: Update cURL constants array 2014-10-07 22:21:16 +00:00
ImportTest.php Change position of <model> and <format> tags in XML dumps. 2014-10-31 16:49:58 +00:00
LanguageConverterTest.php
LicensesTest.php
LinkerTest.php PHPUnit: Add Database tags 2014-09-16 18:42:27 -07:00
LinkFilterTest.php
MediaWikiVersionFetcherTest.php
MessageTest.php Introduce Message::plaintextParam 2014-09-30 12:51:29 -07:00
MimeMagicTest.php Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
MovePageTest.php Move non-user specific things from Title::isValidMoveOperation() to MovePage 2014-09-19 20:11:59 +00:00
MWNamespaceTest.php Standardize @todo 2014-07-23 22:27:20 +02:00
MWTimestampTest.php Avoid running of hooks when running MWTimestampTest 2014-10-23 17:50:36 +00:00
OutputPageTest.php Fix some stuttering in comments and documentation 2014-12-17 19:44:10 +00:00
PathRouterTest.php
PreferencesTest.php
PrefixSearchTest.php Fixed spacing 2014-12-05 22:28:07 +01:00
RevisionStorageTest.php
RevisionStorageTestContentHandlerUseDB.php
RevisionTest.php
SampleTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
SanitizerTest.php Remove explict autoload from phpunit tests 2014-09-27 10:38:58 +02:00
SanitizerValidateEmailTest.php Standardize @todo 2014-07-23 22:27:20 +02:00
SiteConfigurationTest.php
StatusTest.php Change @return to start with type 2014-08-20 20:35:41 +02:00
TemplateCategoriesTest.php
TestUser.php Fixed spacing 2014-10-30 17:50:19 +01:00
TimeAdjustTest.php
TitleArrayFromResultTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
TitleMethodsTest.php Remove colon after @deprecated/@param/@todo/@note 2014-07-24 11:30:25 +02:00
TitlePermissionTest.php Fully replace Title::moveTo() with MovePage 2014-10-28 12:52:36 -07:00
TitleTest.php Set wgMetaNamespace on TitleTest.php 2014-11-26 18:05:30 +01:00
UserArrayFromResultTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
UserTest.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
WebRequestTest.php
XmlJsTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
XmlSelectTest.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
XmlTest.php Add blanket support for mediawiki ui via globals 2014-08-15 14:48:00 -07:00