wiki.techinc.nl/tests/phpunit/includes/htmlform
Gergő Tisza 499af9ccbe
Rename HTMLForm::[get|set|add]*Text() methods
Rename HTMLForm::[get|set|add][Pre|Post|Header|Footer]Text() to
HTMLForm::[get|set|add][Pre|Post|Header|Footer]Html() and
deprecate the old methods. Their arguments are rendered as raw
HTML so the old name was misleading.

Some of these are marked as stable to override and theoretically
the renaming could cause problems if callers are updated to the
new name while the overriding class is still using the old name,
but the only case known to codesearch is OOUIHTMLForm which is
also updated here.

Bug: T290771
Change-Id: I2c269eb6ab2b320fa2eef4ee8a226e96ad05fbe2
2022-01-02 21:51:48 -08:00
..
HTMLAutoCompleteSelectFieldTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01: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