We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed959f commit 92d7f34Copy full SHA for 92d7f34
test/Test.php
@@ -206,7 +206,7 @@ public function testSaveChmod() {
206
public function testToString(){
207
$resize = ImageResize::createFromString(base64_decode($this->image_string));
208
$image = $resize->toString();
209
- $this->assertEquals('R0lGODlhDwAPAJEAAAQCzMzO/Pz+/P///yH5BAEAAAMALAAAAAAPAA8AAAIghI95Aeytnkyh2suU3jwJcXybaJDdiaYqpWVG1bgwvBYAOw==', base64_encode($image));
+ $this->assertEquals(79, strlen($image));
210
}
211
212
public function testOutputGif() {
0 commit comments