1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 02:16:06 +02:00

Merge branch 'wip-MDL-41937-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-09-24 14:05:10 +02:00
commit dd0fa1adb1

@ -132,6 +132,9 @@ class backup_step_testcase extends advanced_testcase {
// Remove the test dir and any content
@remove_dir(dirname($file));
// Clear the time limit, otherwise PHPUnit complains.
set_time_limit(0);
}
/**