We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0dceb commit 595ca6aCopy full SHA for 595ca6a
tests/Feature/OptionsTest.php
@@ -12,12 +12,14 @@
12
})->with([
13
function () {
14
config()->set('image.driver', \Intervention\Image\Drivers\Gd\Driver::class);
15
+
16
return 'gd';
17
},
18
19
config()->set('image.driver', \Intervention\Image\Drivers\Imagick\Driver::class);
20
21
return 'imagick';
- }
22
+ },
23
]);
24
25
it('can process the height option', function () {
workbench/config/image.php
@@ -42,5 +42,5 @@
42
'decodeAnimation' => true,
43
'blendingColor' => 'ffffff',
44
'strip' => false,
45
- ]
+ ],
46
];
0 commit comments