diff options
author | Christoph M. Becker <cmb@php.net> | 2015-08-17 21:43:28 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-08-17 21:43:28 +0200 |
commit | d28abb2da282619fda1295c8176469bf0900e160 (patch) | |
tree | 75e820081ea7c397576e3a5a927d39254b7ced3a | |
parent | c3a303d431da9b8bca59be9ed7444016fa82ad01 (diff) | |
download | php-git-d28abb2da282619fda1295c8176469bf0900e160.tar.gz |
no need to skip this test if no dictionaries are installed
-rw-r--r-- | ext/enchant/tests/broker_request_pwl_dict.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/enchant/tests/broker_request_pwl_dict.phpt b/ext/enchant/tests/broker_request_pwl_dict.phpt index bd7a242e2c..6235aeea5f 100644 --- a/ext/enchant/tests/broker_request_pwl_dict.phpt +++ b/ext/enchant/tests/broker_request_pwl_dict.phpt @@ -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 |