Skip to content

Commit a18e5c6

Browse files
committed
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?
1 parent 5e6846c commit a18e5c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/xmlreader/tests/bug70309.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ XMLReader: Bug #70309 XmlReader read generates extra output
44
<?php if (substr(PHP_OS, 0, 3) != 'WIN') die('skip.. only for Windows'); ?>
55
<?php if (!extension_loaded("xmlreader")) print "skip"; ?>
66
<?php if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); ?>
7+
<?php if (getenv("SKIP_ONLINE_TESTS")) die("skip online test"); ?>
78
--FILE--
89
<?php
910

0 commit comments

Comments
 (0)