Skip to content

Commit 0cd7487

Browse files
committed
skip test for non bundled lib
1 parent c497016 commit 0cd7487

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/gd/tests/gh17772.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ gd
66
memory_limit=2M
77
--CREDITS--
88
YuanchengJiang
9+
--SKIPIF--
10+
<?php
11+
if (!GD_BUNDLED) die("skip requires bundled GD library\n");
12+
?>
913
--FILE--
1014
<?php
1115
function setStyleAndThickness($im, $color, $thickness)

0 commit comments

Comments
 (0)