mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-76820 core_search: Reset manager::$coursedeleting between tests
This commit is contained in:
parent
b8b905cd90
commit
c9769197cd
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue