summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-12-07 07:55:24 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-12-07 07:55:24 +0000
commitbaa9c7e2b032d53821dd3afbec3b0293a98f1e91 (patch)
treecfb8557c2af23a5031faf6f9205759dea441647b /modules
parent6d84974ff5b8f8a4f256566174f9e814960f737c (diff)
downloadbrdo-baa9c7e2b032d53821dd3afbec3b0293a98f1e91.tar.gz
brdo-baa9c7e2b032d53821dd3afbec3b0293a98f1e91.tar.bz2
#343765 by Dave Reid: Initialize SimpleTest with a value for required site_mail variable.
Diffstat (limited to 'modules')
-rw-r--r--modules/simpletest/drupal_web_test_case.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index 9660d4483..0172ad7b1 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/modules/simpletest/drupal_web_test_case.php
@@ -828,6 +828,7 @@ class DrupalWebTestCase {
variable_set('install_profile', 'default');
variable_set('install_task', 'profile-finished');
variable_set('clean_url', $clean_url_original);
+ variable_set('site_mail', 'simpletest@example.com');
// Use temporary files directory with the same prefix as database.
$this->originalFileDirectory = file_directory_path();