We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c524f commit 4986a64Copy full SHA for 4986a64
1 file changed
tests/system/Images/GDHandlerTest.php
@@ -338,7 +338,7 @@ public function testImageConvert()
338
$this->handler->getResource(); // make sure resource is loaded
339
$this->handler->convert(IMAGETYPE_PNG);
340
$this->handler->save($this->start . 'work/ci-logo.png');
341
- $$this->assertEquals(exif_imagetype($this->start . 'work/ci-logo.png'), IMAGETYPE_PNG);
+ $this->assertEquals(exif_imagetype($this->start . 'work/ci-logo.png'), IMAGETYPE_PNG);
342
}
343
344
0 commit comments