Example #1
0
 /**
  * @test
  */
 public function setAttachmentsForAttachmentSetsAttachments()
 {
     $attachmentsFixture = new \KevinDitscheid\KdCalendar\Domain\Model\Attachment();
     $this->subject->setAttachments($attachmentsFixture);
     $this->assertAttributeEquals($attachmentsFixture, 'attachments', $this->subject);
 }