From 58979f63886671d0e6a8341bbc36b50868fd45bd Mon Sep 17 00:00:00 2001 From: OrangeVinz Date: Fri, 3 Mar 2023 16:55:38 +0100 Subject: [PATCH] Update mailer.rst --- mailer.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mailer.rst b/mailer.rst index be0414c3f56..04f34ebd788 100644 --- a/mailer.rst +++ b/mailer.rst @@ -1576,3 +1576,8 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`:: .. _`default_socket_timeout`: https://www.php.net/manual/en/filesystem.configuration.php#ini.default-socket-timeout .. _`RFC 3986`: https://www.ietf.org/rfc/rfc3986.txt .. _`App Password`: https://support.google.com/accounts/answer/185833 + +.. tip:: + + If you're using Messenger you should use ``$this->assertQueuedEmailCount(1);`` instead. +