Reset MWTimestamp in tearDown

Follow-up of I5ee7ba44a6cd82a5ddb24fb4127af04d96e647f4.

Change-Id: Icf288d7c4a9d087e7e1cd8a6e8c8cc9dac20e532
This commit is contained in:
Daimona Eaytoy 2019-05-24 16:54:29 +02:00
parent a766e39ade
commit b3707106e9

View file

@ -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
*