1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-16 10:54:02 +02:00
This commit is contained in:
Oliver Vogel
2021-12-19 17:31:54 +01:00
parent b3e41c8c1b
commit 692b140528

View File

@@ -24,7 +24,7 @@ class ResizeModifierTest extends TestCase
$this->assertColor(0, 255, 0, 1, $image->pickColor(125, 70));
$this->assertColor(0, 0, 255, 1, $image->pickColor(130, 54));
$transparent = $image->pickColor(150, 45);
$this->assertTransparency($transparent);
$this->assertEquals(2130706432, $transparent->toInt());
$this->assertTransparency($transparent);
}
}