summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-08-17 21:43:28 +0200
committerChristoph M. Becker <cmb@php.net>2015-08-17 21:43:28 +0200
commitd28abb2da282619fda1295c8176469bf0900e160 (patch)
tree75e820081ea7c397576e3a5a927d39254b7ced3a
parentc3a303d431da9b8bca59be9ed7444016fa82ad01 (diff)
downloadphp-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.phpt1
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