MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onUnitTestsBeforeDatabaseTeardown () | |
This hook is called right before MediaWiki tears down its database infrastructure used for unit tests. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UnitTestsBeforeDatabaseTeardown" to register handlers implementing this interface.
Definition at line 12 of file UnitTestsBeforeDatabaseTeardownHook.php.
MediaWiki\Hook\UnitTestsBeforeDatabaseTeardownHook::onUnitTestsBeforeDatabaseTeardown | ( | ) |
This hook is called right before MediaWiki tears down its database infrastructure used for unit tests.
Implemented in MediaWiki\HookContainer\HookRunner.