1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-12 19:25:35 +02:00

MDL-41937 tests: reset time limit after test

This commit is contained in:
Marina Glancy 2013-09-24 20:53:49 +10:00
parent 7f3836d15a
commit c3a994aeef

@ -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);
}
/**