Skip this test if ext/gd is not available

This commit is contained in:
Christoph M. Becker 2017-07-30 13:24:10 +02:00
parent e3d25e78eb
commit 4d6f808c16

View file

@ -1,5 +1,9 @@
--TEST--
(Bug #74031) ReflectionFunction for imagepng returns wrong number of parameters
--SKIPIF--
<?php
if (!extension_loaded('gd')) die("skip gd extension not available\n");
?>
--FILE--
<?php