@@ -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" ;
211211ok $phpinfo =~ / GIF Read Support => enabled/ , " $image_name : PHP supports GIF read" ;
212212ok $phpinfo =~ / GIF Create Support => enabled/ , " $image_name : PHP supports GIF create" ;
213213ok $phpinfo =~ / JPEG Support => enabled/ , " $image_name : PHP supports JPEG" ;
214214ok $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" ;
216216SKIP: {
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