MDL-35898 test reset: tidyup comments (forgot to amend previous commit, grrr).

This commit is contained in:
Eloy Lafuente (stronk7)
2012-10-09 11:56:42 +02:00
parent 02c4953ea5
commit 2beba29760
+2 -2
View File
@@ -629,9 +629,9 @@ class phpunit_util {
$GROUPLIB_CACHE = null;
//TODO MDL-25290: add more resets here and probably refactor them to new core function
// Rest course and module caches.
// Reset course and module caches.
if (class_exists('format_base')) {
// if file containing class is not loaded, there is no cache there anyway
// If file containing class is not loaded, there is no cache there anyway.
format_base::reset_course_cache(0);
}
$reset = 'reset';