From 692b140528f09b951f9409b032896e5978f88b4c Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sun, 19 Dec 2021 17:31:54 +0100 Subject: [PATCH] Test --- tests/Drivers/Gd/Modifiers/ResizeModifierTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Drivers/Gd/Modifiers/ResizeModifierTest.php b/tests/Drivers/Gd/Modifiers/ResizeModifierTest.php index 7e7d297d..d8b03872 100644 --- a/tests/Drivers/Gd/Modifiers/ResizeModifierTest.php +++ b/tests/Drivers/Gd/Modifiers/ResizeModifierTest.php @@ -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); } }