1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-29 03:16:21 +01:00
Files
php-monolog/tests
John Kary f5eaeeb144 Swift_Message creation is now lazy when using callback
Swift_Message object is not created until right before the message is
sent, if it is sent at all. This prevents the expensive Swift_Mailer
autoloader from being invoked.

Swift_Mailer is now also required to run test suite
2015-03-01 20:03:39 -06:00
..