Skip to content
Snippets Groups Projects
Commit 317092c5 authored by llaffont's avatar llaffont
Browse files

Correction tests mails multiples

parent a658a9e4
Branches
Tags
No related merge requests found
......@@ -160,7 +160,7 @@ class SuggestionAchatMailErrorsTest extends SuggestionAchatTestCase {
public function withoutMailUserShouldSendMailOnlyToMailProfil() {
$this->_suggestion->getUser()->setMail('');
$this->_suggestion->sendMail('noreply@astromelun.fr');
$this->assertEquals(['laurent@afi-sa.fr'],
$this->assertEquals(['laurent@afi-sa.fr', 'patrick@afi-sa.fr', 'estelle@afi-sa.fr'],
$this->_mock_transport->sent_mail->getRecipients());
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment