Skip to content

Commit f74f9b0

Browse files
committed
Update libxml test for the directory field behaviour change
See https://gitlab.gnome.org/GNOME/libxml2/-/issues/753. The base directory for the entity is no longer set, follow the upstream behaviour.
1 parent c639614 commit f74f9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ string(13) "-//FOO/ENTITY"
6161
string(32) "http://example.com/fooentity.ent"
6262
array(4) {
6363
["directory"]=>
64-
string(%d) "%s"
64+
%r(NULL|string\(%d\) "%s")%r
6565
["intSubName"]=>
6666
string(3) "foo"
6767
["extSubURI"]=>

0 commit comments

Comments
 (0)