Skip to content

Commit 1d3953e

Browse files
Merge branch '5.2' into 5.3
* 5.2: [VarDumper] fix tests [Intl] fix bad merge
2 parents 6ef85a5 + 85bc898 commit 1d3953e

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)