Skip to content

Commit 4986a64

Browse files
authored
Typo double dollar
Took me waaaaay too long to find...
1 parent c4c524f commit 4986a64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Images/GDHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public function testImageConvert()
338338
$this->handler->getResource(); // make sure resource is loaded
339339
$this->handler->convert(IMAGETYPE_PNG);
340340
$this->handler->save($this->start . 'work/ci-logo.png');
341-
$$this->assertEquals(exif_imagetype($this->start . 'work/ci-logo.png'), IMAGETYPE_PNG);
341+
$this->assertEquals(exif_imagetype($this->start . 'work/ci-logo.png'), IMAGETYPE_PNG);
342342
}
343343

344344
}

0 commit comments

Comments
 (0)