mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-39915 cleanup core_upgradelib_testcase
This commit is contained in:
parent
2af73e22a0
commit
f5700877ab
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
// 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
|
||||
* @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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue