From af55856d6ee071420bcdfcf9117792b1ff3b9c5b Mon Sep 17 00:00:00 2001 From: Zoe Slattery Date: Fri, 13 Jun 2008 15:57:42 +0000 Subject: [PATCH] Commited for Sanjay, reviewed by Pierre. Testfest task 5. --- ext/gd/tests/gd_info_variation1.phpt | 50 ++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 ext/gd/tests/gd_info_variation1.phpt diff --git a/ext/gd/tests/gd_info_variation1.phpt b/ext/gd/tests/gd_info_variation1.phpt new file mode 100644 index 0000000000..1700a2da88 --- /dev/null +++ b/ext/gd/tests/gd_info_variation1.phpt @@ -0,0 +1,50 @@ +--TEST-- +Test gd_info() function : variation - Checking all the values in returned array +--SKIPIF-- + +--FILE-- + +===DONE=== +--EXPECTF-- +*** Testing gd_info() : variation *** +array(%d) { + ["GD Version"]=> + string(%d) %a + ["FreeType Support"]=> + bool%a + ["T1Lib Support"]=> + bool%a + ["GIF Read Support"]=> + bool%a + ["GIF Create Support"]=> + bool%a + ["JPG Support"]=> + bool%a + ["PNG Support"]=> + bool%a + ["WBMP Support"]=> + bool%a + ["XPM Support"]=> + bool%a + ["XBM Support"]=> + bool%a + ["JIS-mapped Japanese Font Support"]=> + bool%a +} +===DONE=== \ No newline at end of file -- 2.50.1