wiki.techinc.nl/tests/phpunit/includes
Kunal Mehta 449e31a179 MWHttpRequest: Restore ability to pass null for $options
Prior to 3de744597e, it was possible to pass `null` for $options.
Restore that by setting the default type to be null, and explicitly
document that null is a supported value in the doc block.

Also update the signature of MWHttpRequestTester to match.

Change-Id: I74d586afa5527e0a30ea99f3989f4dd12fa9fea1
2018-02-06 13:05:02 -08:00
..
actions Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
api Merge "API: Allow to pass whitespaces in MultiValue" 2018-01-29 15:31:43 +00:00
auth Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
cache Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
changes Remove superfluous spaces and semicolons in comments 2018-02-05 19:05:57 +00:00
changetags Add new core tags 2017-11-30 10:29:58 -08:00
collation Merge "Add collation for Abkhaz (ab)" 2018-01-23 18:42:29 +00:00
composer Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
config Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
content Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
context
db rdbms: make affectedRows() work more consistently 2018-01-30 20:02:07 -08:00
debug Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
deferred deferred: Make MWCallableUpdate support a list of DB handles 2018-01-31 20:04:48 -05:00
diff Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
editpage Use Sanitizer::mergeAttributes when merging classes into attributes 2018-01-05 10:32:56 +01:00
exception Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
externalstore Use MediaWikiCoversValidator for tests that don't use MediaWikiTestCase 2018-01-01 08:28:02 +00:00
filebackend Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
filerepo Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
GlobalFunctions tests: Add @group and @covers to wfArrayFilterTest 2018-01-31 12:14:02 -08:00
htmlform Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
http MWHttpRequest: Restore ability to pass null for $options 2018-02-06 13:05:02 -08:00
import build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
installer Move @group and @covers tags in tests close to class 2018-01-28 13:30:07 +01:00
interwiki Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
jobqueue Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
json Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
libs Use wikimedia/object-factory 1.0.0 2018-02-04 12:52:44 -08:00
linkeddata Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
linker
logging Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
mail Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
media Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
objectcache Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
page Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
pager Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
parser Add @covers for RemexStripTagHandler 2018-02-05 21:15:52 -08:00
password Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
poolcounter Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
preferences Use wikimedia/object-factory 1.0.0 2018-02-04 12:52:44 -08:00
rcfeed Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
registration Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
resourceloader Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
search Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
services Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
session Remove unused method parameters from TestBagOStuff 2018-01-30 11:04:45 -05:00
shell Allow programmatic input in Command 2018-01-03 19:53:47 +03:00
site Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
skins Move @group and @covers tags in tests close to class 2018-01-28 13:30:07 +01:00
specialpage Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
specials Move @group and @covers tags in tests close to class 2018-01-28 13:30:07 +01:00
Storage Merge "Pass $key into CommentStore methods and use MediawikiServices" 2018-02-06 15:31:59 +00:00
tidy build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
title Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
upload Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
user Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
utils Do not concat exception class name in Timestamp compat 2018-02-02 10:40:48 -08:00
watcheditem DI for CommentStore in WatchedItemQueryService 2018-02-06 16:50:16 +00:00
AutopromoteTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
BlockTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
CommentStoreTest.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
DeprecatedGlobalTest.php phpunit: Fix failing DeprecatedGlobalTest on HHVM at Travis CI 2017-07-28 18:30:32 -07:00
DiffHistoryBlobTest.php
EditPageTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ExportTest.php
ExtraParserTest.php Add 'unwrap' ParserOutput post-cache transform 2018-02-01 14:24:27 -08:00
FauxRequestTest.php Merge "Add @covers tags for more tests" 2018-01-02 12:19:02 +00:00
FauxResponseTest.php
FormOptionsInitializationTest.php
FormOptionsTest.php
GitInfoTest.php Improve GitInfo for reading packed refs 2017-10-02 03:47:33 +00:00
HooksTest.php HooksTest: Covers Hooks::callHook too 2018-01-02 00:19:21 -08:00
HtmlTest.php Remove very, very old disabled test cases and todos 2017-12-28 18:44:31 +00:00
LicensesTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
LinkerTest.php Move @group and @covers tags in tests close to class 2018-01-28 13:30:07 +01:00
LinkFilterTest.php Add @covers tags to miscellaneous tests 2017-12-24 23:29:00 -08:00
ListToggleTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
MediaWikiServicesTest.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
MediaWikiTest.php
MediaWikiVersionFetcherTest.php Use MediaWikiCoversValidator for tests that don't use MediaWikiTestCase 2018-01-01 08:28:02 +00:00
MergeHistoryTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
MessageTest.php Use wikimedia/object-factory 1.0.0 2018-02-04 12:52:44 -08:00
MovePageTest.php
MWNamespaceTest.php Remove very, very old disabled test cases and todos 2017-12-28 18:44:31 +00:00
MWTimestampTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
OutputPageTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
PageArchiveTest.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
PagePropsTest.php Add @covers tags to miscellaneous tests 2017-12-24 23:29:00 -08:00
PathRouterTest.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
PreferencesTest.php Convert Preferences class into PreferencesFactory service 2018-01-03 09:48:25 +08:00
PrefixSearchTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ReadOnlyModeTest.php Remove unused and unnecessary imports 2017-06-12 15:50:43 +00:00
RevisionContentHandlerDbTest.php Run RevisionIntegrationTest for both ContentHandlerUseDB settings 2017-11-10 14:11:17 +00:00
RevisionDbTestBase.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
RevisionNoContentHandlerDbTest.php Run RevisionIntegrationTest for both ContentHandlerUseDB settings 2017-11-10 14:11:17 +00:00
RevisionTest.php Merge "Mock CommentStore in some RevisionTest tests" 2018-02-06 15:32:03 +00:00
RevisionTestModifyableContent.php Split Revision tests into Unit & Integration classes 2017-10-13 14:46:36 +01:00
RevisionTestModifyableContentHandler.php Split Revision tests into Unit & Integration classes 2017-10-13 14:46:36 +01:00
SampleTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
SanitizerValidateEmailTest.php Use MediaWikiCoversValidator for tests that don't use MediaWikiTestCase 2018-01-01 08:28:02 +00:00
SiteConfigurationTest.php
SiteStatsTest.php Improve flaky SiteStatsTest 2017-09-12 11:48:41 -04:00
StatusTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
TemplateCategoriesTest.php Disable broken TemplateCategoriesTest unit test 2017-05-20 11:36:25 +00:00
TemplateParserTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
TestLogger.php Remove "@author Bryan Davis" and "Brad Jorsch" annotations 2017-06-26 15:25:46 -06:00
TestUser.php
TestUserRegistry.php
TimeAdjustTest.php
TitleArrayFromResultTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
TitleMethodsTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
TitlePermissionTest.php
TitleTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
WebRequestTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
WikiMapTest.php Clean up wiki ID and DB domain ID handling 2017-09-30 10:25:03 +00:00
WikiReferenceTest.php Move @group and @covers tags in tests close to class 2018-01-28 13:30:07 +01:00
XmlJsTest.php Use MediaWikiCoversValidator for tests that don't use MediaWikiTestCase 2018-01-01 08:28:02 +00:00
XmlSelectTest.php
XmlTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00