1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-16 10:54:02 +02:00

Rename method

This commit is contained in:
Oliver Vogel
2024-08-05 16:54:09 +02:00
parent 839bc6a3c6
commit 5e9b4aa681

View File

@@ -48,7 +48,7 @@ final class ClonerTest extends BaseTestCase
);
}
public function testCLoneBlended(): void
public function testCloneBlended(): void
{
$gd = imagecreatefromgif($this->getTestResourcePath('gradient.gif'));
$clone = Cloner::cloneBlended($gd, new Color(255, 0, 255, 255));