From f5700877ab47ac54311964aef5c708d2f259e3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Sun, 28 Jul 2013 14:59:03 +0200 Subject: [PATCH] MDL-39915 cleanup core_upgradelib_testcase --- lib/tests/upgradelib_test.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/tests/upgradelib_test.php b/lib/tests/upgradelib_test.php index b0c7ce5e4c8..7e9be492643 100644 --- a/lib/tests/upgradelib_test.php +++ b/lib/tests/upgradelib_test.php @@ -15,7 +15,7 @@ // along with Moodle. If not, see . /** - * Unit tests for the lib/upgradelib.php library + * Unit tests for the lib/upgradelib.php library. * * @package core * @category phpunit @@ -30,9 +30,9 @@ require_once($CFG->libdir.'/upgradelib.php'); /** - * Tests various classes and functions in upgradelib.php library + * Tests various classes and functions in upgradelib.php library. */ -class upgradelib_test extends advanced_testcase { +class core_upgradelib_testcase extends advanced_testcase { /** * Test the {@link upgrade_stale_php_files_present() function