codeception-email-mailhog
codeception-email-mailhog copied to clipboard
Check for date header before using them.
If the Date header is missing, tests fail with a [PHPUnit\Framework\Exception] Undefined property: stdClass::$Date
. This commit checks to make sure they exist before attempting to sort by them.