From: marcosptf Date: Fri, 7 Aug 2015 14:35:35 +0000 (-0300) Subject: Create dict_describe.phpt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90f9516cd923c14aab88b963c737e1cd288d6b48;p=php Create dict_describe.phpt --- diff --git a/ext/enchant/tests/dict_describe.phpt b/ext/enchant/tests/dict_describe.phpt new file mode 100644 index 0000000000..9498cb4081 --- /dev/null +++ b/ext/enchant/tests/dict_describe.phpt @@ -0,0 +1,41 @@ +--TEST-- +enchant_dict_describe() function +--CREDITS-- +marcosptf - +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +OK +array(%d) { + ["lang"]=> + string(%d) "en" + ["name"]=> + string(%d) "myspell" + ["desc"]=> + string(%d) "Myspell Provider" + ["file"]=> + string(%d) "/usr/lib64/enchant/libenchant_myspell.so" +}