(string) file_get_contents(__DIR__ . '/../Fixtures/mails/password_change/en-html.html.twig'
),
(string) file_get_contents(__DIR__ . '/../Fixtures/mails/password_change/de-plain.html.twig'
),
(string) file_get_contents(__DIR__ . '/../Fixtures/mails/password_change/de-html.html.twig'
),
);
$this->
updateMail($update,
$connection);
$update =
new MailSubjectUpdate( MailTemplateTypes::MAILTYPE_USER_RECOVERY_REQUEST,
null,
'Password-Wiederherstellung'
);
$this->
updateDeMailSubject($connection,
$update);
$update =
new MailSubjectUpdate( MailTemplateTypes::MAILTYPE_CUSTOMER_RECOVERY_REQUEST,
null,
'Password-Wiederherstellung'
);
$this->
updateDeMailSubject($connection,
$update);
} public function updateDestructive(Connection
$connection): void
{ }