We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58adc4 commit 58f5568Copy full SHA for 58f5568
2 files changed
ext/enchant/tests/dict_remove.phpt
@@ -4,7 +4,7 @@ enchant_dict_remove() function
4
enchant
5
--SKIPIF--
6
<?php
7
-if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) die("skip no dictionary installed on this machine");
+if (!enchant_broker_list_dicts(enchant_broker_init())) die("skip no dictionary installed on this machine");
8
?>
9
--FILE--
10
ext/enchant/tests/dict_remove_from_session.phpt
@@ -4,7 +4,7 @@ enchant_dict_remove_from_session() function
-if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) die("skip no dictionary installed on this machine!");
+if (!enchant_broker_list_dicts(enchant_broker_init())) die("skip no dictionary installed on this machine!");
0 commit comments