MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onParserTestTables (&$tables) | |
Use this hook to alter the list of tables to duplicate when parser tests are run. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserTestTables" to register handlers implementing this interface.
Definition at line 12 of file ParserTestTablesHook.php.
MediaWiki\Hook\ParserTestTablesHook::onParserTestTables | ( | & | $tables | ) |
Use this hook to alter the list of tables to duplicate when parser tests are run.
Use when page save hooks require the presence of custom tables to ensure that tests continue to run properly.
string[] | &$tables | Array of table names |
Implemented in MediaWiki\HookContainer\HookRunner.