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

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

public let ( Crummy\Phlack\Message\AttachmentInterface $attachment )
$attachment Crummy\Phlack\Message\AttachmentInterface
    public function let(AttachmentInterface $attachment)
    {
        $this->beConstructedWith([$attachment]);
    }