1
0
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:
Niels Dossche
2025-06-01 18:23:07 +02:00
parent f58adc4569
commit 58f55683c9
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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