Skip to content
Snippets Groups Projects
Commit 36a0e560 authored by andrew farquharson's avatar andrew farquharson
Browse files

change site name to Drupal

parent 87630405
No related branches found
No related tags found
1 merge request!10611Keep user emails plain text
......@@ -178,7 +178,8 @@ public function testUserPasswordReset(): void {
$this->submitForm($edit, 'Submit');
// Check that the email message body does not contain HTML entities
$this->assertTrue($this->checkBodyText(), 'Email body contains HTML entities');
// Change site name to 'Drupal'
\Drupal::configFactory()->getEditable('system.site')->set('name', 'Drupal')->save();
// Visit the user edit page without pass-reset-token and make sure it does
// not cause an error.
$resetURL = $this->getResetURL();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment