Update broker_dict_exists.phpt

This commit is contained in:
marcosptf 2015-08-09 08:14:56 -03:00
parent d3cd2f8221
commit 32fb77952f

View File

@ -6,6 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
<?php
if(!extension_loaded('enchant')) die('skip, enchant not loader');
if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, dont has dictionary install in this machine! \n");}
?>
--FILE--
<?php