Mark bug76348.phpt as online test

This commit is contained in:
Nikita Popov 2019-03-19 15:47:25 +01:00
parent 2ccc27bcfc
commit fb109bacea

View file

@ -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