功能测试由于从电子邮件中提取的令牌损坏而失败
在Symfony 5项目中,当从电子邮件中提取确认令牌时,用户注册的功能测试失败。 (由于SwiftMailer具有发送日志的功能,因此它是通过SwiftMailer完成的。)
The test begins with completing a form with a user name and email address. On Save the email is sent. Because the test includes $this->client->followRedirects(false); ...