MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. 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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UnitTestsAfterDatabaseSetup" to register handlers implementing this interface.
Definition at line 14 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.