diff options
author | Christoph M. Becker <cmb@php.net> | 2015-07-31 13:51:49 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-07-31 13:51:49 +0200 |
commit | cdabbd9542a41bb2a1ce3b1d85b88003e0a1a19c (patch) | |
tree | 5e6be1d955200de79aae3e6815ca7c0a5f49065c | |
parent | d7f354fa573abfa7c54d397b3a7acae7f4ae6d29 (diff) | |
download | php-git-cdabbd9542a41bb2a1ce3b1d85b88003e0a1a19c.tar.gz |
test requires imagejpeg(); skip otherwise
-rw-r--r-- | ext/standard/tests/image/bug70096.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/tests/image/bug70096.phpt b/ext/standard/tests/image/bug70096.phpt index 1674d07a73..0dd55cb6ca 100644 --- a/ext/standard/tests/image/bug70096.phpt +++ b/ext/standard/tests/image/bug70096.phpt @@ -3,6 +3,7 @@ Bug #70096 (Repeated iptcembed() adds superfluous FF bytes) --SKIPIF-- <?php if (!extension_loaded('gd')) die('skip gd extension not available'); +if (!function_exists('imagejpeg')) die('skip imagejpeg not available'); ?> --FILE-- <?php |