From d0bbbbabcf2591f9732da3584a268dab3b0be40e Mon Sep 17 00:00:00 2001 From: marcosptf Date: Fri, 7 Aug 2015 11:33:03 -0300 Subject: [PATCH] Create broker_set_ordering.phpt --- ext/enchant/tests/broker_set_ordering.phpt | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ext/enchant/tests/broker_set_ordering.phpt diff --git a/ext/enchant/tests/broker_set_ordering.phpt b/ext/enchant/tests/broker_set_ordering.phpt new file mode 100644 index 0000000000..8e8f8e9b14 --- /dev/null +++ b/ext/enchant/tests/broker_set_ordering.phpt @@ -0,0 +1,30 @@ +--TEST-- +enchant_broker_set_ordering() function +--CREDITS-- +marcosptf - +--SKIPIF-- + +--FILE-- +" . $enchantErr); + } +} else { + echo("init failed\n"); +} +echo "OK\n"; +?> +--EXPECT-- +OK +OK +OK -- 2.50.1