File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ private function checkFunctionsExistence()
328
328
$ requiredFunctions = [
329
329
[
330
330
'name ' => 'imagecreatefromjpeg ' ,
331
- 'message ' => 'You must have installed GD library wuth --with-jpeg-dir=DIR option. ' ,
331
+ 'message ' => 'You must have installed GD library with --with-jpeg-dir=DIR option. ' ,
332
332
'helpUrl ' => 'http://php.net/manual/en/image.installation.php ' ,
333
333
],
334
334
];
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ public function testCheckPhpSettings()
223
223
'error ' => false ,
224
224
],
225
225
'missed_function_imagecreatefromjpeg ' => [
226
- 'message ' => 'You must have installed GD library wuth --with-jpeg-dir=DIR option. ' ,
226
+ 'message ' => 'You must have installed GD library with --with-jpeg-dir=DIR option. ' ,
227
227
'helpUrl ' => 'http://php.net/manual/en/image.installation.php ' ,
228
228
'error ' => false ,
229
229
],
@@ -268,7 +268,7 @@ public function testCheckPhpSettingsFailed()
268
268
'error ' => true ,
269
269
],
270
270
'missed_function_imagecreatefromjpeg ' => [
271
- 'message ' => 'You must have installed GD library wuth --with-jpeg-dir=DIR option. ' ,
271
+ 'message ' => 'You must have installed GD library with --with-jpeg-dir=DIR option. ' ,
272
272
'helpUrl ' => 'http://php.net/manual/en/image.installation.php ' ,
273
273
'error ' => false ,
274
274
],
@@ -313,7 +313,7 @@ public function testCheckPhpSettingsNoXDebug()
313
313
}
314
314
315
315
$ expected ['data ' ]['missed_function_imagecreatefromjpeg ' ] = [
316
- 'message ' => 'You must have installed GD library wuth --with-jpeg-dir=DIR option. ' ,
316
+ 'message ' => 'You must have installed GD library with --with-jpeg-dir=DIR option. ' ,
317
317
'helpUrl ' => 'http://php.net/manual/en/image.installation.php ' ,
318
318
'error ' => false ,
319
319
];
You can’t perform that action at this time.
0 commit comments