MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUnitTestsAfterDatabaseSetup ( $database, $prefix) | |
This hook is called right after MediaWiki's test infrastructure has finished creating/duplicating core tables for unit tests. | |
Stable to implement.
Definition at line 11 of file UnitTestsAfterDatabaseSetupHook.php.
MediaWiki\Hook\UnitTestsAfterDatabaseSetupHook::onUnitTestsAfterDatabaseSetup | ( | $database, | |
$prefix | |||
) |
This hook is called right after MediaWiki's test infrastructure has finished creating/duplicating core tables for unit tests.
IMaintainableDatabase | $database | Database in question |
string | $prefix | Table prefix to be used in unit tests |
Implemented in MediaWiki\HookContainer\HookRunner.