wiki.techinc.nl/tests/phpunit/includes/libs
Brad Jorsch a04633f678 ParamValidator: Default PresenceBooleanDef to false rather than implicitly null
PresenceBooleanDef is causing ParamValidator::getValue() to return null,
while historical Action API behavior had returned false instead.

While it generally shouldn't make a difference since PHP considers both
falsey, and good arguments could be made either way, we can restore the
historical behavior easily enough by having normalizeSettings()
default PARAM_DEFAULT to false.

Bug: T244440
Change-Id: Iee1d8e5753407674adc3f7384989841bc9b44c54
2020-02-06 09:44:06 -05:00
..
filebackend/fsfile TempFSFileFactory service 2019-08-21 16:26:05 +03:00
Message Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
mime tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
objectcache Merge "objectcache: fix cache pollution in WANObectCache Multi* methods" 2020-01-30 18:17:03 +00:00
ParamValidator ParamValidator: Default PresenceBooleanDef to false rather than implicitly null 2020-02-06 09:44:06 -05:00
rdbms rdbms: add GREATEST/LEAST wrappers to IDatabase 2020-01-17 22:19:08 +00:00
CSSMinTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
GenericArrayObjectTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00