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

Allow checking specific message not just most recent one #9

Open
jimmypuckett opened this issue Feb 4, 2016 · 1 comment
Open

Allow checking specific message not just most recent one #9

jimmypuckett opened this issue Feb 4, 2016 · 1 comment

Comments

@jimmypuckett
Copy link
Member

Currently, the assertions are for the most recent message. It would be nice to be able to specify a specific index in the collection of messages.

@mberneis
Copy link

you can with most assertions using the $this->emails array, i.e.

->seeEmailContains('content in first', $this->emails[0])
->seeEmailContains('content in last', $this->emails[1])

@ssfinney ssfinney assigned ssfinney and unassigned ssfinney Aug 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants