'contact', 'payload' => ['vcf_info' => 'vcf', 'max_info' => null]]; $attachment = ContactAttachment::fromArray($data); $this->assertInstanceOf(ContactAttachment::class, $attachment); $this->assertSame('vcf', $attachment->payload->vcfInfo); } }