'https://example.com/image.jpg', ]; $image = Image::fromArray($data); $this->assertInstanceOf(Image::class, $image); } }