public function testAssembleAttachmentReturnsString()
 {
     $this->mailer->addAttachment($this->directory . '/example/pbXBsZSwgY2hh.jpg', 'lolcat_finally_arrived.jpg');
     $this->assertTrue(is_string($this->mailer->assembleAttachmentHeaders()));
 }