From 9a4b0dbe406b6c271d0847eb7ddae268832f7b42 Mon Sep 17 00:00:00 2001 From: marcosptf Date: Mon, 17 Aug 2015 20:22:37 -0300 Subject: [PATCH] testing enchant_broker_(g|s)et_dict_path --- .../tests/enchant_broker_set_dict_path.phpt | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 ext/enchant/tests/enchant_broker_set_dict_path.phpt diff --git a/ext/enchant/tests/enchant_broker_set_dict_path.phpt b/ext/enchant/tests/enchant_broker_set_dict_path.phpt new file mode 100644 index 0000000000..47a65093bc --- /dev/null +++ b/ext/enchant/tests/enchant_broker_set_dict_path.phpt @@ -0,0 +1,53 @@ +--TEST-- +proto bool enchant_broker_set_dict_path(resource broker, int dict_type, string value) function +proto string enchant_broker_get_dict_path(resource broker, int dict_type) function +--CREDITS-- +marcosptf - +--SKIPIF-- + +--FILE-- + +--EXPECT-- +OK +OK +OK +OK -- 2.40.0