Skip to content
Snippets Groups Projects
Commit baa9c7e2 authored by Angie Byron's avatar Angie Byron
Browse files

#343765 by Dave Reid: Initialize SimpleTest with a value for required site_mail variable.

parent 6d84974f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -828,6 +828,7 @@ protected function setUp() {
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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment