spec\Crummy\Phlack\Message\Collection\AttachmentCollectionSpec::it_adds_attachments_to_the_collection PHP Метод

it_adds_attachments_to_the_collection() публичный Метод

public it_adds_attachments_to_the_collection ( Crummy\Phlack\Message\AttachmentInterface $attachment )
$attachment Crummy\Phlack\Message\AttachmentInterface
    public function it_adds_attachments_to_the_collection(AttachmentInterface $attachment)
    {
        $this->add($attachment)->shouldReturn(true);
        $this->contains($attachment)->shouldReturn(true);
    }