mirror of
https://github.com/Intervention/image.git
synced 2025-08-16 10:54:02 +02:00
Test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user