]> granicus.if.org Git - php/commitdiff
Mark bug44811.phpt as an online test
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 22 May 2019 09:43:56 +0000 (11:43 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 22 May 2019 09:43:56 +0000 (11:43 +0200)
For some reason this was checked on PHP-7.2 and PHP-7.3, but not
on PHP-7.4. Bad merge?

ext/soap/tests/bugs/bug44811.phpt

index 01953aa26780a9abe87b2d9a2e5152750c5ca91d..08e0604100892cd730c2aad5979eac2b8453b66d 100644 (file)
@@ -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--