summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-05 15:58:35 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-05 15:58:35 +0000
commit691693304b0ccafda3c2002452a8b8b8afe729f3 (patch)
tree05ec348e8292f40bdf34e3aa259b3bfe2fd0f580 /modules/simpletest
parentc3081764c3eabeed2318b7302339d52a21eb92f0 (diff)
downloadbrdo-691693304b0ccafda3c2002452a8b8b8afe729f3.tar.gz
brdo-691693304b0ccafda3c2002452a8b8b8afe729f3.tar.bz2
#193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to set_time_limit() and prevent warnings/errors.
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/drupal_web_test_case.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index 4af15d36a..5bb6c51a9 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/modules/simpletest/drupal_web_test_case.php
@@ -1110,7 +1110,7 @@ class DrupalWebTestCase extends DrupalTestCase {
// directory will have been created already.
variable_set('file_directory_path', $directory);
- set_time_limit($this->timeLimit);
+ drupal_set_time_limit($this->timeLimit);
}
/**