Skip to content

Commit 546882e

Browse files
committed
Tidy
1 parent 16e1821 commit 546882e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bin/checker.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if ($gd_version >= 2.0101) {
9090
ok eval { GD::supportsFileType('test.jpg') }, "$image_name: GD supports JPEG";
9191
ok eval { GD::supportsFileType('test.bmp') }, "$image_name: GD supports BMP";
9292
ok eval { GD::supportsFileType('test.webp') }, "$image_name: GD supports WEBP";
93-
SKIP: {
93+
SKIP: {
9494
local $TODO = 'AVIF may not be supported';
9595
ok eval { GD::supportsFileType('test.avif') }, "$image_name: GD supports AVIF";
9696
}
@@ -206,13 +206,13 @@ if ($image_name eq 'postgresql') {
206206
} else {
207207
ok $phpinfo =~ /PDO drivers => .*?mysql/, "$image_name: PHP has PDO mysql driver";
208208
}
209-
ok $phpinfo =~ /GD Support => enabled/, "$image_name: PHP has GD";
210-
ok $phpinfo =~ /DOM.XML => enabled/, "$image_name: PHP has DOM/XML";
209+
ok $phpinfo =~ /GD Support => enabled/, "$image_name: PHP has GD";
210+
ok $phpinfo =~ /DOM.XML => enabled/, "$image_name: PHP has DOM/XML";
211211
ok $phpinfo =~ /GIF Read Support => enabled/, "$image_name: PHP supports GIF read";
212212
ok $phpinfo =~ /GIF Create Support => enabled/, "$image_name: PHP supports GIF create";
213213
ok $phpinfo =~ /JPEG Support => enabled/, "$image_name: PHP supports JPEG";
214214
ok $phpinfo =~ /PNG Support => enabled/, "$image_name: PHP supports PNG";
215-
ok $phpinfo =~ /WebP Support => enabled/, "$image_name: PHP supports WebP";
215+
ok $phpinfo =~ /WebP Support => enabled/, "$image_name: PHP supports WebP";
216216
SKIP: {
217217
local $TODO = 'Memcache may not be supported' if $image_name =~ /amazonlinux|oracle/;
218218
ok $phpinfo =~ /memcache support => enabled/, "$image_name: PHP supports memcache";

0 commit comments

Comments
 (0)