From: Zoe Slattery Date: Fri, 13 Jun 2008 15:59:31 +0000 (+0000) Subject: Commited for Sanjay, reviewed by Pierre. Testfest task 5. X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1519 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de67854ff75fee8e4ff42ba040383158e6f42e15;p=php Commited for Sanjay, reviewed by Pierre. Testfest task 5. --- diff --git a/ext/gd/tests/gd_info_variation1.phpt b/ext/gd/tests/gd_info_variation1.phpt new file mode 100644 index 0000000000..2a352aa576 --- /dev/null +++ b/ext/gd/tests/gd_info_variation1.phpt @@ -0,0 +1,49 @@ +--TEST-- +Test gd_info() function : variation - Checking all the values in returned array +--SKIPIF-- + +--FILE-- + +===DONE=== +--EXPECTF-- +*** Testing gd_info() : variation *** +array(%d) { + [u"GD Version"]=> + unicode(%d) %a + [u"FreeType Support"]=> + bool%a + [u"T1Lib Support"]=> + bool%a + [u"GIF Read Support"]=> + bool%a + [u"GIF Create Support"]=> + bool%a + [u"JPG Support"]=> + bool%a + [u"PNG Support"]=> + bool%a + [u"WBMP Support"]=> + bool%a + [u"XPM Support"]=> + bool%a + [u"XBM Support"]=> + bool%a + [u"JIS-mapped Japanese Font Support"]=> + bool%a +===DONE=== \ No newline at end of file