wiki.techinc.nl/tests/phpunit/includes/htmlform
Func 0c707ca259 HTMLFormField: Bypass the inverting logic of HTMLCheckField for disable-if and hide-if
Values loaded from the default wouldn't be inverted, there is no need to copy the conditions to here, we can just simply bypass them.
Fortunately, nothing can be affected in a normal use case, since all value of fields would be set to server.

Thanks to the newly added tests, which helped me to realize this problem. 

Change-Id: I5589ba7383587afdd9307c79e88849dacee02706
2022-02-01 13:09:13 +00:00
..
HTMLAutoCompleteSelectFieldTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
HTMLFormFieldTest.php HTMLFormField: Bypass the inverting logic of HTMLCheckField for disable-if and hide-if 2022-02-01 13:09:13 +00:00
HTMLFormTest.php Rename HTMLForm::[get|set|add]*Text() methods 2022-01-02 21:51:48 -08:00
HTMLRestrictionsFieldTest.php Remove or replace usages of "sanity" 2021-11-21 16:42:31 +00:00