summaryrefslogtreecommitdiff
path: root/ext/enchant/tests/broker_init.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/enchant/tests/broker_init.phpt')
-rw-r--r--ext/enchant/tests/broker_init.phpt15
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/enchant/tests/broker_init.phpt b/ext/enchant/tests/broker_init.phpt
deleted file mode 100644
index 359a653359..0000000000
--- a/ext/enchant/tests/broker_init.phpt
+++ /dev/null
@@ -1,15 +0,0 @@
---TEST--
-enchant_broker_init() function
---SKIPIF--
-<?php
-if(!extension_loaded('enchant')) die('skip, enchant not loader');
-
- ?>
---FILE--
-<?php
-$broker = enchant_broker_init();
-echo is_resource($broker) ? "OK" : "Failure";
-echo "\n";
-?>
---EXPECT--
-OK