We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3aa27c commit eadcfe6Copy full SHA for eadcfe6
1 file changed
tests/system/Images/BaseHandlerTest.php
@@ -81,6 +81,7 @@ public function testNonImageFile()
81
public function testForgotWithFile()
82
{
83
$this->expectException(\CodeIgniter\Images\Exceptions\ImageException::class);
84
+ $handler = Services::image('gd', null, false);
85
86
// Make any call that accesses the image
87
$handler->resize(100, 100);
0 commit comments