Skip to content

Commit

Permalink
[VarDumper] fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 27, 2021
1 parent d62f9c1 commit 31ea689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Caster/SplCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ public function getCastFileInfoTests()
%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}
Expand Down

0 comments on commit 31ea689

Please sign in to comment.