summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-07-09 14:52:35 -0700
committerChristopher Jones <sixd@php.net>2013-07-09 14:52:35 -0700
commit73b54b4a5b5e630a20512f08d1d976a2d17948de (patch)
tree82971e3a18cdd95f0d2bcc91def8511dccd83ef9
parent06cef326fd6ec9dac28bb553e4abd1a3f25ad71f (diff)
parentcd7e56e5360f5d3142cfa4e94e59e5a55c5497a7 (diff)
downloadphp-git-73b54b4a5b5e630a20512f08d1d976a2d17948de.tar.gz
Merge branch 'gd_clean' into PHP-5.5
* gd_clean: Cleanup temp file
-rw-r--r--ext/gd/tests/imagecrop_auto.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gd/tests/imagecrop_auto.phpt b/ext/gd/tests/imagecrop_auto.phpt
index c2b5177fbf..1c1929d8e8 100644
--- a/ext/gd/tests/imagecrop_auto.phpt
+++ b/ext/gd/tests/imagecrop_auto.phpt
@@ -57,6 +57,8 @@ $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0);
imagepng($im_crop, __DIR__ . "/crop_threshold.png");
var_dump(imagesx($im_crop));
var_dump(imagesy($im_crop));
+
+@unlink(__DIR__ . "/crop_threshold.png");
?>
--EXPECT--
TC IMG_CROP_DEFAULT