mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix GH-18729: 2 enchant test fails in masterfor alpine
This commit is contained in:
@@ -4,7 +4,7 @@ enchant_dict_remove() function
|
||||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
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");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
@@ -4,7 +4,7 @@ enchant_dict_remove_from_session() function
|
||||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
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!");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user