We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647e193 commit c4c524fCopy full SHA for c4c524f
1 file changed
tests/system/Images/GDHandlerTest.php
@@ -334,7 +334,7 @@ public function testImageSave()
334
335
public function testImageConvert()
336
{
337
- $this->handler->withFile($this->origin . 'ci-logo.jpg');
+ $this->handler->withFile($this->origin . 'ci-logo.jpeg');
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');
0 commit comments