mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-39915 cleanup core_upgradelib_testcase
This commit is contained in:
parent
2af73e22a0
commit
f5700877ab
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user