MDL-76820 core_search: Reset manager::$coursedeleting between tests

This commit is contained in:
Cameron Ball
2023-01-12 10:54:50 +08:00
parent da216a5545
commit 8ee9748839
+2
View File
@@ -617,6 +617,8 @@ class manager {
static::$allsearchareas = null;
static::$instance = null;
static::$searchareacategories = null;
static::$coursedeleting = [];
static::$phpunitfaketime = null;
base_block::clear_static();
engine::clear_users_cache();