Skip to content

Commit eadcfe6

Browse files
committed
Bugfix missing handler
1 parent c3aa27c commit eadcfe6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/system/Images/BaseHandlerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public function testNonImageFile()
8181
public function testForgotWithFile()
8282
{
8383
$this->expectException(\CodeIgniter\Images\Exceptions\ImageException::class);
84+
$handler = Services::image('gd', null, false);
8485

8586
// Make any call that accesses the image
8687
$handler->resize(100, 100);

0 commit comments

Comments
 (0)