MDL-51053 Restore: Static cache breaks unit tests

This commit is contained in:
sam marshall
2015-08-11 14:08:25 +01:00
parent 49fa660aca
commit c237ec4c29
3 changed files with 51 additions and 18 deletions
+5
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();