MediaWiki master
MediaWiki\Hook\UnitTestsBeforeDatabaseTeardownHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onUnitTestsBeforeDatabaseTeardown ()
 This hook is called right before MediaWiki tears down its database infrastructure used for unit tests.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "UnitTestsBeforeDatabaseTeardown" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 12 of file UnitTestsBeforeDatabaseTeardownHook.php.

Member Function Documentation

◆ onUnitTestsBeforeDatabaseTeardown()

MediaWiki\Hook\UnitTestsBeforeDatabaseTeardownHook::onUnitTestsBeforeDatabaseTeardown ( )

This hook is called right before MediaWiki tears down its database infrastructure used for unit tests.

Since
1.35
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: