'location', 'latitude' => 55.75, 'longitude' => 37.61]; $attachment = LocationAttachment::fromArray($data); $this->assertInstanceOf(LocationAttachment::class, $attachment); $this->assertSame(55.75, $attachment->latitude); } }