From: marcosptf Date: Fri, 7 Aug 2015 14:30:15 +0000 (-0300) Subject: Create broker_get_error.phpt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba018d85cd28ab3daccd7a2aedab33a9abeec197;p=php Create broker_get_error.phpt --- diff --git a/ext/enchant/tests/broker_get_error.phpt b/ext/enchant/tests/broker_get_error.phpt new file mode 100644 index 0000000000..d547797e17 --- /dev/null +++ b/ext/enchant/tests/broker_get_error.phpt @@ -0,0 +1,29 @@ +--TEST-- +enchant_broker_get_error() function +--CREDITS-- +marcosptf - +--SKIPIF-- + +--FILE-- +" . $enchantErr); + } +} else { + echo("init failed\n"); +} +echo "OK\n"; +?> +--EXPECT-- +OK +OK +OK