summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-07-28 16:43:12 +0800
committerXinchen Hui <laruence@php.net>2015-07-28 16:43:12 +0800
commit94e23b29a1666f0733177e15868c60c7807f4095 (patch)
tree008f8e57c901829d29310f704b66bb806273b283
parent0bddc18619062e2801ac4aecf76e95963d1990e3 (diff)
downloadphp-git-94e23b29a1666f0733177e15868c60c7807f4095.tar.gz
online test
-rw-r--r--ext/soap/tests/bugs/bug44811.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/tests/bugs/bug44811.phpt b/ext/soap/tests/bugs/bug44811.phpt
index 8cfc4a76cd..1c7605f610 100644
--- a/ext/soap/tests/bugs/bug44811.phpt
+++ b/ext/soap/tests/bugs/bug44811.phpt
@@ -2,6 +2,7 @@
Bug #44811 (Improve error messages when creating new SoapClient which contains invalid data)
--SKIPIF--
<?php require_once 'skipif.inc'; ?>
+<?php if (getenv("SKIP_ONLINE_TESTS")) die("skip online test"); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--