]> granicus.if.org Git - php/commitdiff
no need to skip this test if no dictionaries are installed
authorChristoph M. Becker <cmb@php.net>
Mon, 17 Aug 2015 19:43:28 +0000 (21:43 +0200)
committerChristoph M. Becker <cmb@php.net>
Mon, 17 Aug 2015 19:43:28 +0000 (21:43 +0200)
ext/enchant/tests/broker_request_pwl_dict.phpt

index bd7a242e2cf3aac5cd8156fe86d192e0d20c4b42..6235aeea5fa2c1724995eb7564ea116a886c5ad0 100644 (file)
@@ -6,7 +6,6 @@ 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