diff options
Diffstat (limited to 'ext/enchant/tests/enchant_broker_set_dict_path.phpt')
-rw-r--r-- | ext/enchant/tests/enchant_broker_set_dict_path.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/enchant/tests/enchant_broker_set_dict_path.phpt b/ext/enchant/tests/enchant_broker_set_dict_path.phpt index 3911a7fe4c..db35288a42 100644 --- a/ext/enchant/tests/enchant_broker_set_dict_path.phpt +++ b/ext/enchant/tests/enchant_broker_set_dict_path.phpt @@ -27,7 +27,7 @@ if (is_resource($broker)) { echo("OK\n"); if ( - (enchant_broker_get_dict_path($broker,$dictTypeValue1) == $backEndDictType1) && + (enchant_broker_get_dict_path($broker,$dictTypeValue1) == $backEndDictType1) && (enchant_broker_get_dict_path($broker,$dictTypeValue2) == $backEndDictType2) ) { echo("OK\n"); |