MediaWiki master
UnitTestsAfterDatabaseSetupHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
25 public function onUnitTestsAfterDatabaseSetup( $database, $prefix );
26}
This is a hook handler interface, see docs/Hooks.md.
onUnitTestsAfterDatabaseSetup( $database, $prefix)
This hook is called right after MediaWiki's test infrastructure has finished creating/duplicating cor...
Advanced database interface for IDatabase handles that include maintenance methods.