MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onParserTestTables (&$tables) | |
Use this hook to alter the list of tables to duplicate when parser tests are run. | |
Stable to implement.
Definition at line 9 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.