MediaWiki REL1_35
UnitTestsAfterDatabaseSetupHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
22 public function onUnitTestsAfterDatabaseSetup( $database, $prefix );
23}
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.