How to Test that an Email is Sent in a Functional Test (Symfony 3.x Docs)

Sending emails with Symfony is pretty straightforward thanks to the SwiftmailerBundle, which leverages the power of the Swift Mailer library. To functionally test that an email was sent, and even asseā€¦