From 2beba29760daaa2cb5cf1ce3e896840f850b984d Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 9 Oct 2012 11:56:42 +0200 Subject: [PATCH] MDL-35898 test reset: tidyup comments (forgot to amend previous commit, grrr). --- lib/phpunit/classes/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/phpunit/classes/util.php b/lib/phpunit/classes/util.php index c890e8cd4c4..67da8ef47e6 100644 --- a/lib/phpunit/classes/util.php +++ b/lib/phpunit/classes/util.php @@ -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';