summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-03-19 15:47:25 +0100
committerStanislav Malyshev <stas@php.net>2020-02-16 22:40:25 -0800
commit28263642984e8f1d582b75b03204a54c4989cd33 (patch)
tree1cc45571f2560d5adcc6f8b092d8163e810d2047
parente5c95234d87fcb8f6b7569a96a89d1e1544749a6 (diff)
downloadphp-git-28263642984e8f1d582b75b03204a54c4989cd33.tar.gz
Mark bug76348.phpt as online test
-rw-r--r--ext/soap/tests/bugs/bug76348.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/tests/bugs/bug76348.phpt b/ext/soap/tests/bugs/bug76348.phpt
index 6b9e71bc3c..3049880dce 100644
--- a/ext/soap/tests/bugs/bug76348.phpt
+++ b/ext/soap/tests/bugs/bug76348.phpt
@@ -3,6 +3,7 @@ Bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault)
--SKIPIF--
<?php
if (!extension_loaded('soap')) die('skip soap extension not available');
+if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
?>
--FILE--
<?php