Добавлены тесты для новоявленного компонента

This commit is contained in:
ErickSkrauch
2017-04-25 02:09:59 +03:00
parent 8c6921ff0e
commit f3259c9c0e
6 changed files with 117 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class ForgotPasswordEmail extends TemplateWithRenderer {
return 'Ely.by Account forgot password';
}
protected function getTemplateName(): string {
public function getTemplateName(): string {
return 'forgotPassword';
}

View File

@@ -19,7 +19,7 @@ class RegistrationEmail extends TemplateWithRenderer {
return 'Ely.by Account registration';
}
protected function getTemplateName(): string {
public function getTemplateName(): string {
return 'register';
}