From: Moriyoshi Koizumi Date: Thu, 21 Nov 2002 17:26:18 +0000 (+0000) Subject: Added a test case for imagettftext() X-Git-Tag: RELEASE_1_0b2~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9762403c2671cff5961825c297ac6bf3ef5d8640;p=php Added a test case for imagettftext() --- diff --git a/ext/gd/tests/imagettftext.phpt b/ext/gd/tests/imagettftext.phpt new file mode 100644 index 0000000000..da9a808101 --- /dev/null +++ b/ext/gd/tests/imagettftext.phpt @@ -0,0 +1,52 @@ +--TEST-- +imagettftext() function test +--SKIPIF-- + +--FILE-- + +--EXPECT-- +bool(true) +bool(true) diff --git a/ext/gd/tests/test8859.ttf b/ext/gd/tests/test8859.ttf new file mode 100644 index 0000000000..dff237cd29 Binary files /dev/null and b/ext/gd/tests/test8859.ttf differ