MDL-51053 Restore: Static cache breaks unit tests

This commit is contained in:
sam marshall 2015-08-07 17:47:22 +01:00
parent 57739a72cb
commit 27479b5cc9
3 changed files with 51 additions and 18 deletions

View file

@ -239,6 +239,11 @@ class phpunit_util extends testing_util {
\core\update\deployer::reset_caches(true);
}
// Clear static cache within restore.
if (class_exists('restore_section_structure_step')) {
restore_section_structure_step::reset_caches();
}
// purge dataroot directory
self::reset_dataroot();