Manual:Hooks/ParserTestTables
This feature was removed completely in version 1.41.0 (after being deprecated in 1.36.0). |
ParserTestTables | |
---|---|
Available from version 1.10.0 Removed in version 1.41.0 (Gerrit change 963115) 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. | |
Define function: | public static function onParserTestTables( array &$tables ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"ParserTestTables": "MediaWiki\\Extension\\MyExtension\\Hooks::onParserTestTables"
}
}
|
Called from: | File(s): ../tests/parser/ParserTestRunner.php |
Interface: | ParserTestTablesHook.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:ParserTestTables extensions.
Details
edit&$tables
: array of table names