diff --git a/email/testing.rst b/email/testing.rst index 1da89c7315b..57694f6138a 100644 --- a/email/testing.rst +++ b/email/testing.rst @@ -22,7 +22,7 @@ Start with a simple controller action that sends an email:: $mailer->send($message); - return $this->render(...); + return $this->render(); } In your functional test, use the ``swiftmailer`` collector on the profiler