MDL-67186 group: add custom fields

This commit is contained in:
Tomo Tsuyuki
2023-08-09 11:02:49 +10:00
parent 1474f74687
commit d8a4cc9533
29 changed files with 1739 additions and 18 deletions
+6
View File
@@ -261,6 +261,12 @@ class phpunit_util extends testing_util {
if (class_exists('\core_cohort\customfield\cohort_handler')) {
\core_cohort\customfield\cohort_handler::reset_caches();
}
if (class_exists('\core_group\customfield\group_handler')) {
\core_group\customfield\group_handler::reset_caches();
}
if (class_exists('\core_group\customfield\grouping_handler')) {
\core_group\customfield\grouping_handler::reset_caches();
}
// Clear static cache within restore.
if (class_exists('restore_section_structure_step')) {