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

This commit is contained in:
Cameron Ball 2023-01-12 10:41:39 +08:00
parent b8b905cd90
commit c9769197cd

View file

@ -617,6 +617,8 @@ class manager {
static::$allsearchareas = null; static::$allsearchareas = null;
static::$instance = null; static::$instance = null;
static::$searchareacategories = null; static::$searchareacategories = null;
static::$coursedeleting = [];
static::$phpunitfaketime = null;
base_block::clear_static(); base_block::clear_static();
engine::clear_users_cache(); engine::clear_users_cache();