MDL-60600 core_output: Clear static icon system cache between unit tests
This commit is contained in:
@@ -217,6 +217,7 @@ class phpunit_util extends testing_util {
|
||||
core_filetypes::reset_caches();
|
||||
\core_search\manager::clear_static();
|
||||
core_user::reset_caches();
|
||||
\core\output\icon_system::reset_caches();
|
||||
if (class_exists('core_media_manager', false)) {
|
||||
core_media_manager::reset_caches();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user