[VarDumper] fix tests

This commit is contained in:
Nicolas Grekas 2021-05-27 08:43:28 +02:00
parent 519d348b4a
commit bdf3222c60
1 changed files with 3 additions and 3 deletions

View File

@ -50,12 +50,12 @@ SplFileInfo {
%A}
EOTXT
],
['https://example.com/about', <<<'EOTXT'
['http://example.com/about', <<<'EOTXT'
SplFileInfo {
%Apath: "https://example.com"
%Apath: "http://example.com"
filename: "about"
basename: "about"
pathname: "https://example.com/about"
pathname: "http://example.com/about"
extension: ""
realPath: false
%A}