mediawiki-extensions-Visual.../tests/phpunit
Kosta Harlan 9241add01e Allow hook implementations to modify params
This is needed because the $params array is then passed on to
ApiEditPage, so if the hook implementer wants to alter the data used
with the edit, it needs to be able to modify the $params.

See I494d72a42d9103c28c4d44077cfe0f1269fc7b00 for an example where
GrowthExperiments would like to modify the 'tags' parameter for an
edit.

Depends-On: Idd052281898f99e4f13f241d5633294b59b29329
Bug: T304747
Change-Id: Ia4842a1593028f5fa145de167ccf9b72efa81351
2022-03-29 11:31:30 +00:00
..
unit Allow hook implementations to modify params 2022-03-29 11:31:30 +00:00
ApiVisualEditorTest.php Namespace rest of the extension 2022-03-14 22:27:15 +00:00
SpecialCollabPadTest.php Namespace rest of the extension 2022-03-14 22:27:15 +00:00