summaryrefslogtreecommitdiff
path: root/ext/enchant
diff options
context:
space:
mode:
authormarcosptf <marcosptf@yahoo.com.br>2015-08-07 15:16:31 -0300
committermarcosptf <marcosptf@yahoo.com.br>2015-08-07 15:16:31 -0300
commitd2632efe5e95b3e6dafca435847e10fac136c75f (patch)
treec4f54b8d633bc8ebdb2fcf1b1f2b4b608b162289 /ext/enchant
parente36431fbeedc5e49da05fced8c248779cb471e84 (diff)
downloadphp-git-d2632efe5e95b3e6dafca435847e10fac136c75f.tar.gz
Update broker_list_dicts.phpt
Diffstat (limited to 'ext/enchant')
-rw-r--r--ext/enchant/tests/broker_list_dicts.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/enchant/tests/broker_list_dicts.phpt b/ext/enchant/tests/broker_list_dicts.phpt
index ef3bb06712..47dd318841 100644
--- a/ext/enchant/tests/broker_list_dicts.phpt
+++ b/ext/enchant/tests/broker_list_dicts.phpt
@@ -11,7 +11,7 @@ if(!extension_loaded('enchant')) die('skip, enchant not loader');
$broker = enchant_broker_init();
if (is_resource($broker)) {
echo("OK\n");
- $brokerListDicts = enchant_broker_list_dicts($broker));
+ $brokerListDicts = enchant_broker_list_dicts($broker);
if (is_array($brokerListDicts)) {
echo("OK\n");