wiki.techinc.nl/tests/phpunit/includes
Kevin Israel 1efdda25ee FormatJson: Make it possible to change the indent string
This is to allow consistency with MediaWiki PHP and JS files (e.g. when
generating JSON i18n files), not because tabs are "better" than spaces for
indenting code (both have advantages and disadvantages).

Because PHP's json_encode() function hardcodes the indent string, using tabs
has a performance cost (in post-processing the output) and is less suitable
for web output; thus the API and ResourceLoader debug mode will continue to
use four spaces. Adjusting the maintenance scripts and JSON files is left to
separate change sets.

Bug: 63444
Change-Id: Ic915c50b0acd2e236940b70d5dd48ea87954c9d5
2014-04-16 10:00:10 -04:00
..
api Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
cache Moved ProcessCacheLRU to /libs 2014-03-16 16:32:34 -07:00
changes Fix CodeSniffer errors and warnings in changes tests 2014-03-12 18:08:59 +01:00
composer Fixed spacing 2014-03-20 20:37:30 +00:00
config
content Fix "@param null $param" documentations 2014-04-09 12:33:55 +02:00
db
debug
diff Fixed spacing 2014-03-20 20:37:30 +00:00
exception Set ThrottledError's response code to 429 2014-03-28 12:25:59 +02:00
filebackend
filerepo
GlobalFunctions Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
htmlform
installer Changing URLs of mediawiki.org in scripts to the SSL-based website 2014-03-12 23:24:03 +00:00
jobqueue Removed useless JobQueue return values 2014-04-02 17:56:05 -07:00
json FormatJson: Make it possible to change the indent string 2014-04-16 10:00:10 -04:00
libs Merge "Moved ProcessCacheLRU to /libs" 2014-03-18 17:22:34 +00:00
logging
media Use /usr/bin/ as default folder for DjVu tools in unit tests 2014-03-25 09:18:32 +01:00
normal Change URLs to mediawiki.org in comments to HTTPS 2014-03-20 16:59:46 +00:00
objectcache Remove unused stuff from tests 2014-03-07 21:16:32 +00:00
parser Update set of files cleaned up after parserTests 2014-03-25 14:41:23 -04:00
resourceloader tests: Add unit tests for ResourceLoaderStartupModule 2014-03-07 20:15:35 +01:00
search Cleanup a bunch of tests and add todos 2014-03-09 15:12:45 +01:00
site Fixed spacing 2014-03-20 20:37:30 +00:00
specials Moved $wgQueryPages stuff out of the global scope and into a function 2014-03-18 08:36:32 -07:00
title Revert "Temporarily remove tests added in I8eef5a165" 2014-04-06 13:18:07 +00:00
upload Cleanup a bunch of tests and add todos 2014-03-09 15:12:45 +01:00
utils Delete UIDGenerator cache files after unit tests 2014-04-02 23:58:28 +00:00
ArrayUtilsTest.php
ArticleTablesTest.php Cleanup a bunch of tests and add todos 2014-03-09 15:12:45 +01:00
ArticleTest.php
BlockTest.php
CollationTest.php
DiffHistoryBlobTest.php
EditPageTest.php
ExternalStoreTest.php
ExtraParserTest.php Cleanup a bunch of tests and add todos 2014-03-09 15:12:45 +01:00
FallbackTest.php
FauxRequestTest.php
FauxResponseTest.php
FormOptionsInitializationTest.php
FormOptionsTest.php
HooksTest.php
HtmlFormatterTest.php
HtmlTest.php
HttpTest.php
LanguageConverterTest.php
LicensesTest.php
LinkerTest.php
LinkFilterTest.php
LinksUpdateTest.php Fix incorrect @covers tags in LinksUpdateTest 2014-02-27 20:10:59 +01:00
LocalFileTest.php
LocalisationCacheTest.php
MediaWikiVersionFetcherTest.php Fixed spacing 2014-03-20 20:37:30 +00:00
MessageTest.php Changing a message's lang must reset cached text. 2014-04-16 12:17:47 +02:00
MWFunctionTest.php
MWNamespaceTest.php
MWTimestampTest.php Fixed spacing 2014-03-20 20:37:30 +00:00
OutputPageTest.php
PathRouterTest.php
PreferencesTest.php
RequestContextTest.php
RevisionStorageTest.php Remove unused stuff from tests 2014-03-07 21:16:32 +00:00
RevisionStorageTest_ContentHandlerUseDB.php
RevisionTest.php Fix "@param null $param" documentations 2014-04-09 12:33:55 +02:00
SampleTest.php Cleanup SampleTest.php 2014-03-07 20:58:10 +01:00
SanitizerTest.php
SanitizerValidateEmailTest.php
SiteConfigurationTest.php
SkinTemplateTest.php Add title to list item of language link 2014-03-03 20:06:36 +01:00
SpecialPageTest.php
StatusTest.php Fixed spacing 2014-03-20 20:37:30 +00:00
TemplateCategoriesTest.php
TestUser.php
TimeAdjustTest.php
TitleArrayFromResultTest.php Fixed spacing 2014-03-20 20:37:30 +00:00
TitleMethodsTest.php
TitlePermissionTest.php
TitleTest.php Revert "Temporarily remove tests added in I8eef5a165" 2014-04-06 13:18:07 +00:00
UserArrayFromResultTest.php Fixed spacing 2014-03-20 20:37:30 +00:00
UserMailerTest.php
UserTest.php Refactor password validity checking 2014-03-15 06:30:25 +00:00
WebRequestTest.php
WikiPageTest.php Remove unused stuff from tests 2014-03-07 21:16:32 +00:00
WikiPageTest_ContentHandlerUseDB.php
XmlJsTest.php
XmlSelectTest.php
XmlTest.php Remove unused stuff from tests 2014-03-07 21:16:32 +00:00
XmlTypeCheckTest.php