mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 17:41:58 +02:00
Rename methods
This commit is contained in:
@@ -14,7 +14,7 @@ class ConvertPngGif extends GdTestCase
|
||||
public function testConversionKeepsTransparency(): void
|
||||
{
|
||||
$converted = ImageManager::gd()
|
||||
->decode(
|
||||
->read(
|
||||
$this->readTestImage('circle.png')->toGif()
|
||||
);
|
||||
|
||||
|
@@ -14,7 +14,7 @@ class ConvertPngGif extends ImagickTestCase
|
||||
public function testConversionKeepsTransparency(): void
|
||||
{
|
||||
$converted = ImageManager::imagick()
|
||||
->decode(
|
||||
->read(
|
||||
$this->readTestImage('circle.png')->toGif()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user