MediaWiki REL1_35
MediaWiki\Hook\UnitTestsBeforeDatabaseTeardownHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\UnitTestsBeforeDatabaseTeardownHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 9 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: