MDL-39915 cleanup core_upgradelib_testcase

This commit is contained in:
Petr Škoda 2013-07-28 14:59:03 +02:00
parent 2af73e22a0
commit f5700877ab

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* Unit tests for the lib/upgradelib.php library * Unit tests for the lib/upgradelib.php library.
* *
* @package core * @package core
* @category phpunit * @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 * Test the {@link upgrade_stale_php_files_present() function