Skip to content

Commit 85bc898

Browse files
Merge branch '4.4' into 5.2
* 4.4: [VarDumper] fix tests
2 parents 814df92 + 31ea689 commit 85bc898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/Caster/SplCasterTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ public function getCastFileInfoTests()
5050
%A}
5151
EOTXT
5252
],
53-
['https://example.com/about', <<<'EOTXT'
53+
['http://example.com/about', <<<'EOTXT'
5454
SplFileInfo {
55-
%Apath: "https://example.com"
55+
%Apath: "http://example.com"
5656
filename: "about"
5757
basename: "about"
58-
pathname: "https://example.com/about"
58+
pathname: "http://example.com/about"
5959
extension: ""
6060
realPath: false
6161
%A}

0 commit comments

Comments
 (0)