1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 01:29:51 +02:00

Refactor InputHandler logic

This commit is contained in:
Oliver Vogel
2024-05-06 16:38:11 +02:00
parent 2e0cbf2408
commit cf0291f9c1
22 changed files with 152 additions and 654 deletions

View File

@@ -14,7 +14,7 @@ abstract class GdTestCase extends BaseTestCase
{
public function readTestImage($filename = 'test.jpg'): Image
{
return (new FilePathImageDecoder())->handle(
return (new FilePathImageDecoder())->decode(
$this->getTestResourcePath($filename)
);
}