Author: Alejandro Celaya Alastrué
Inheritance: extends Zend\Stdlib\AbstractOptions
 /**
  * @expectedException \AcMailer\Exception\InvalidArgumentException
  */
 public function testInvalidAttachmentsThrowException()
 {
     $this->messageOptions->setAttachments('foo');
 }