summaryrefslogtreecommitdiff
path: root/ext/xmlreader/tests
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-02-28 10:12:40 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-02-28 10:12:40 +0100
commita18e5c61cd542725356d2765cb65498777e40d2c (patch)
tree6a543d4693f89c02870d363d840d836cea89e764 /ext/xmlreader/tests
parent5e6846cad7559ed1f4d2fbc13d595aea6bc18057 (diff)
downloadphp-git-a18e5c61cd542725356d2765cb65498777e40d2c.tar.gz
Mark ext/xmlreader/tests/bug70309.phpt as online test
The relax NG schema is fetched from a remote server. We could include it in the repo, but it's 500KB. A minimized test case would be better. Also, apparently this bug has never been reported upstream and just patched in the libxml we build on Windows?
Diffstat (limited to 'ext/xmlreader/tests')
-rw-r--r--ext/xmlreader/tests/bug70309.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xmlreader/tests/bug70309.phpt b/ext/xmlreader/tests/bug70309.phpt
index aa49051593..199ad5df5f 100644
--- a/ext/xmlreader/tests/bug70309.phpt
+++ b/ext/xmlreader/tests/bug70309.phpt
@@ -4,6 +4,7 @@ XMLReader: Bug #70309 XmlReader read generates extra output
<?php if (substr(PHP_OS, 0, 3) != 'WIN') die('skip.. only for Windows'); ?>
<?php if (!extension_loaded("xmlreader")) print "skip"; ?>
<?php if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); ?>
+<?php if (getenv("SKIP_ONLINE_TESTS")) die("skip online test"); ?>
--FILE--
<?php