Page MenuHomeWickedGov Phorge

UnitTestsBeforeDatabaseTeardownHook.php
No OneTemporary

Size
573 B
Referenced Files
None
Subscribers
None

UnitTestsBeforeDatabaseTeardownHook.php

<?php
namespace MediaWiki\Hook;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "UnitTestsBeforeDatabaseTeardown" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface UnitTestsBeforeDatabaseTeardownHook {
/**
* This hook is called right before MediaWiki tears down its
* database infrastructure used for unit tests.
*
* @since 1.35
*
* @return bool|void True or no return value to continue or false to abort
*/
public function onUnitTestsBeforeDatabaseTeardown();
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 20:10 (2 h, 44 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2b/05/55344d5b97b4a0100930c56c53b9
Default Alt Text
UnitTestsBeforeDatabaseTeardownHook.php (573 B)

Event Timeline