wiki.techinc.nl/tests/phpunit/includes/libs/ParamValidator
Brad Jorsch 55d3d81803 ParamValidator: Tighten unrecognized value handling
Rename PARAM_IGNORE_INVALID_VALUES to PARAM_IGNORE_UNRECOGNIZED_VALUES,
and make it only ignore the "badvalue" errors thrown by EnumDef for
unrecognized values instead of ignoring every kind of error.

This better matches historical Action API behavior.

Change-Id: Ifdb9063c0a2e82c728e98065e2ac950f4a713552
2020-01-14 17:24:20 -05:00
..
TypeDef ParamValidator: Adjust message usage 2020-01-14 17:24:20 -05:00
Util Fixes for PHPUnit 8 compatibility 2019-12-10 17:02:06 +00:00
ParamValidatorTest.php ParamValidator: Tighten unrecognized value handling 2020-01-14 17:24:20 -05:00
SimpleCallbacksTest.php ParamValidator: Use MessageValue! 2019-11-01 15:49:31 -04:00
TypeDefTest.php ParamValidator: EnumDef shouldn't warn about deprecated values from default 2020-01-14 17:24:19 -05:00