wiki.techinc.nl/tests/phpunit/includes
umherirrender d8821f2b0b Fixed spacing
- Removed space after casts
- Removed spaces in array index
- Added spaces around string concat
- Added space after words: switch, foreach
- else if -> elseif
- Removed parentheses around require_once, because it is not a function
- Added newline at end of file
- Removed double spaces
- Added spaces around operations
- Removed repeated newlines

Bug: T102609
Change-Id: Ib860222b24f8ad8e9062cd4dc42ec88dc63fb49e
2015-06-17 20:22:32 +00:00
..
actions UI for adding and removing change tags on revisions and log entries 2015-04-15 18:31:12 +00:00
api Fixed spacing 2015-06-17 20:22:32 +00:00
cache Fixed race condition in MessageCache::replace 2015-06-04 13:53:37 -07:00
changes Encapsulate rc_params handling in RecentChange::parseParams 2015-06-10 15:11:37 -04:00
composer tests: Clean up file headers 2015-04-01 00:17:12 +01:00
config Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
content Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
context
db Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
debug Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
deferred Make JobRunner flush DeferredUpdates after each job 2015-05-18 18:52:34 -07:00
diff Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
exception Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
externalstore
filebackend Replace use of assertType with assertInternalType and assertInstanceOf 2015-04-09 01:15:44 -04:00
filerepo LocalFileTest does not require database access 2015-03-26 17:36:14 -07:00
GlobalFunctions Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
htmlform
installer
jobqueue
json Replace use of assertType with assertInternalType and assertInstanceOf 2015-04-09 01:15:44 -04:00
libs Fix braces code style 2015-06-17 16:28:51 +03:00
logging Use assertSame in LogFormatterTestCase 2015-06-06 20:55:03 +02:00
mail
media XMP: Use structured logging instead of wfDebugLog 2015-05-23 22:49:09 +00:00
objectcache Fixed spacing 2015-06-17 20:22:32 +00:00
page
parser Deprecate $wgEnableParserCache 2015-06-04 19:23:03 +01:00
password Password validity by policy per group 2015-06-10 10:34:17 -07:00
poolcounter
registration registration: Don't override boolean false settings 2015-06-03 08:03:20 -07:00
resourceloader Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
search
site Fixed spacing 2015-06-17 20:22:32 +00:00
skins tests: Clean up file headers 2015-04-01 00:17:12 +01:00
specialpage tests: Clean up file headers 2015-04-01 00:17:12 +01:00
specials Add @group Database tags to tests that need it 2015-04-01 11:20:23 +02:00
title Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
upload API: Overhaul ApiResult, make format=xml not throw, and add json formatversion 2015-04-10 16:57:15 -04:00
utils Fixed spacing 2015-06-17 20:22:32 +00:00
BlockTest.php
CollationTest.php
DiffHistoryBlobTest.php
EditPageTest.php Add supportsDirectEditing methods to ContentHandler 2015-04-17 15:55:20 +00:00
ExtraParserTest.php Add @group Database tags to tests that need it 2015-04-01 11:20:23 +02:00
FallbackTest.php
FauxRequestTest.php WebRequest::getHeader: add optional flag to get back list 2015-05-08 17:58:54 -07:00
FauxResponseTest.php WebResponse: Implement statusHeader() using the new HttpStatus::header() 2015-06-04 02:27:30 +00:00
FormOptionsInitializationTest.php
FormOptionsTest.php
GitInfoTest.php
HooksTest.php
HtmlFormatterTest.php
HtmlTest.php Html::srcSet: allow density to be specified either with or without trailing 'x' 2015-04-05 05:22:47 +00:00
HttpTest.php Profile all external HTTP requests from MW 2015-03-03 20:54:30 -08:00
ImportLinkCacheIntegrationTest.php Follow-up a43af3bc: Add Import integration test 2015-05-25 10:07:06 +02:00
ImportTest.php
LicensesTest.php
LinkerTest.php
LinkFilterTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
MediaWikiVersionFetcherTest.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
MessageTest.php Message: Clean up unit tests and improve code coverage 2015-04-02 08:36:19 +01:00
MimeMagicTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
MovePageTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
MWNamespaceTest.php
MWTimestampTest.php
OutputPageTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
PathRouterTest.php
PreferencesTest.php
PrefixSearchTest.php PrefixSearchTest: Move insertPage() from setUp() to addDBData() 2015-03-25 19:10:40 +00:00
RevisionStorageTest.php
RevisionStorageTestContentHandlerUseDB.php
RevisionTest.php
SampleTest.php Verify parameter for MapCacheLRU::has() can be passed to array_key_exists() 2015-03-23 15:26:59 -07:00
SanitizerTest.php Use wikimedia/utfnormal library, add backwards-compatability layer 2015-03-24 12:59:26 -07:00
SanitizerValidateEmailTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
SiteConfigurationTest.php
StatusTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
TemplateCategoriesTest.php
TemplateParserTest.php TemplateParser: make most functions protected, only expose processTemplate() 2015-03-22 20:31:59 -07:00
TestingAccessWrapper.php Fix TestingAccessWrapper::__call 2015-03-26 09:26:01 +00:00
TestingAccessWrapperTest.php Fix TestingAccessWrapper::__call 2015-03-26 09:26:01 +00:00
TestUser.php
TimeAdjustTest.php
TitleArrayFromResultTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
TitleMethodsTest.php Reset Title cache when importing titles. 2015-05-24 17:55:08 +02:00
TitlePermissionTest.php Clean up handling of 'infinity' 2015-03-13 11:19:53 -04:00
TitleTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
UserArrayFromResultTest.php
UserTest.php Password validity by policy per group 2015-06-10 10:34:17 -07:00
WebRequestTest.php
XmlJsTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
XmlSelectTest.php
XmlTest.php Use XmlSelect to simplify Xml::monthSelector 2015-06-06 20:26:57 -04:00