summaryrefslogtreecommitdiff
path: root/ext/imap
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2009-07-26 19:51:24 +0000
committerAntony Dovgal <tony2001@php.net>2009-07-26 19:51:24 +0000
commit3af4a22a3ca5308074cfe61ff2f5ecf6b9785349 (patch)
treef9a76f3e21fe6c1e0b80defc20e0a7e2d61f7247 /ext/imap
parent2fffc2b06cbf516b234f558dc240d3e54457afc5 (diff)
downloadphp-git-3af4a22a3ca5308074cfe61ff2f5ecf6b9785349.tar.gz
fix test
Diffstat (limited to 'ext/imap')
-rw-r--r--ext/imap/tests/bug46918.phpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/imap/tests/bug46918.phpt b/ext/imap/tests/bug46918.phpt
index 6456f25709..351becaf00 100644
--- a/ext/imap/tests/bug46918.phpt
+++ b/ext/imap/tests/bug46918.phpt
@@ -1,5 +1,11 @@
--TEST--
Bug #46918 (imap_rfc822_parse_adrlist host part not filled in correctly)
+--SKIPIF--
+<?php
+ if (!extension_loaded("imap")) {
+ die("skip imap extension not available");
+ }
+?>
--FILE--
<?php