mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
Reset MWTimestamp in tearDown
Follow-up of I5ee7ba44a6cd82a5ddb24fb4127af04d96e647f4. Change-Id: Icf288d7c4a9d087e7e1cd8a6e8c8cc9dac20e532
This commit is contained in:
parent
a766e39ade
commit
b3707106e9
|
@ -294,6 +294,15 @@ class AbuseFilterConsequencesTest extends MediaWikiTestCase {
|
|||
] );
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
protected function tearDown() {
|
||||
// Paranoia: ensure no fake timestamp leftover
|
||||
MWTimestamp::setFakeTime( false );
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates new filters with the given ids, referred to self::$filters
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue