mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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.
This commit is contained in:
parent
c639614346
commit
f74f9b073a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ string(13) "-//FOO/ENTITY"
|
||||||
string(32) "http://example.com/fooentity.ent"
|
string(32) "http://example.com/fooentity.ent"
|
||||||
array(4) {
|
array(4) {
|
||||||
["directory"]=>
|
["directory"]=>
|
||||||
string(%d) "%s"
|
%r(NULL|string\(%d\) "%s")%r
|
||||||
["intSubName"]=>
|
["intSubName"]=>
|
||||||
string(3) "foo"
|
string(3) "foo"
|
||||||
["extSubURI"]=>
|
["extSubURI"]=>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue