Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Feature/check cc and bcc fields #12

Merged
merged 13 commits into from
Feb 5, 2016
Merged

Conversation

jimmypuckett
Copy link
Member

Added assertions for Cc, Bcc & Reply To. Closes #4, #5 & #8

* Assert that the last email was bcc'ed to the given address.
*
* @param string $bcc
* @param Swift_Message $message
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to use that, or the convention @param Swift_Message|null $message?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will make that change. Thanks.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have made that change, so this PR is ready to review again.

@ssfinney
Copy link
Member

ssfinney commented Feb 5, 2016

Coveralls never reported the test coverage. Can you manually trigger another commit to see if it will report?

->getCc(), "No email was cc'ed to $cc.");

return $this;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not allow someone to pass in an array of emails for the CC and BCC tests?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a separate issue for that #18 so I want to do that in a different feature.

ssfinney added a commit that referenced this pull request Feb 5, 2016
@ssfinney ssfinney merged commit 6aa7b3b into develop Feb 5, 2016
@ssfinney ssfinney deleted the feature/checkCcAndBccFields branch February 5, 2016 14:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants