This commit is contained in:
wangjinlei
2024-12-31 10:28:40 +08:00
parent 145b0ab8a5
commit a54a837670
1179 changed files with 2686 additions and 230376 deletions

View File

@@ -37,7 +37,6 @@ class InfoTest extends TestCase
$this->assertEquals([800, 600], $image->size());
}
public function testPng()
{
$image = Image::open($this->getPng());
@@ -57,4 +56,4 @@ class InfoTest extends TestCase
$this->assertEquals('image/gif', $image->mime());
$this->assertEquals([380, 216], $image->size());
}
}
}