Skip to content

Commit 58f5568

Browse files
committed
Fix GH-18729: 2 enchant test fails in masterfor alpine
1 parent f58adc4 commit 58f5568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/enchant/tests/dict_remove.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ enchant_dict_remove() function
44
enchant
55
--SKIPIF--
66
<?php
7-
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) die("skip no dictionary installed on this machine");
7+
if (!enchant_broker_list_dicts(enchant_broker_init())) die("skip no dictionary installed on this machine");
88
?>
99
--FILE--
1010
<?php

ext/enchant/tests/dict_remove_from_session.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ enchant_dict_remove_from_session() function
44
enchant
55
--SKIPIF--
66
<?php
7-
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) die("skip no dictionary installed on this machine!");
7+
if (!enchant_broker_list_dicts(enchant_broker_init())) die("skip no dictionary installed on this machine!");
88
?>
99
--FILE--
1010
<?php

0 commit comments

Comments
 (0)