jhedstrom / drupalextension

An integration layer between Behat, Mink Extension, and Drupal.
GNU General Public License v2.0
209 stars 192 forks source link

Add ability to check for expected email attachments #673

Open chrisolof opened 4 months ago

chrisolof commented 4 months ago

Resolves #672.

Mail attachments seem to live at $mail['params']['attachments']. Test coverage is not included due to Drupal\DrupalExtension\Context\MailContext::drupalSendsMail() relying on Drupal\Driver\DriverInterface::sendMail(), which appears to have no support for the direct inclusion of attachments, nor support for adding mail parameters like 'attachments'.