MediaWiki  master
ParserTestTablesHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
23  public function onParserTestTables( &$tables );
24 }
This is a hook handler interface, see docs/Hooks.md.
onParserTestTables(&$tables)
Use this hook to alter the list of tables to duplicate when parser tests are run.