1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 17:41:58 +02:00

Rename methods

This commit is contained in:
Oliver Vogel
2025-06-22 16:13:52 +02:00
parent 9910226044
commit 83b6c0e73a
6 changed files with 40 additions and 40 deletions

View File

@@ -14,7 +14,7 @@ class ConvertPngGif extends GdTestCase
public function testConversionKeepsTransparency(): void
{
$converted = ImageManager::gd()
->decode(
->read(
$this->readTestImage('circle.png')->toGif()
);

View File

@@ -14,7 +14,7 @@ class ConvertPngGif extends ImagickTestCase
public function testConversionKeepsTransparency(): void
{
$converted = ImageManager::imagick()
->decode(
->read(
$this->readTestImage('circle.png')->toGif()
);