MediaWiki  master
ParserTestGlobalsHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
22  public function onParserTestGlobals( &$globals );
23 }
This is a hook handler interface, see docs/Hooks.md.
onParserTestGlobals(&$globals)
Use this hook to define globals for parser tests.