We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 814df92 + 31ea689 commit 85bc898Copy full SHA for 85bc898
Tests/Caster/SplCasterTest.php
@@ -50,12 +50,12 @@ public function getCastFileInfoTests()
50
%A}
51
EOTXT
52
],
53
- ['https://example.com/about', <<<'EOTXT'
+ ['http://example.com/about', <<<'EOTXT'
54
SplFileInfo {
55
-%Apath: "https://example.com"
+%Apath: "http://example.com"
56
filename: "about"
57
basename: "about"
58
- pathname: "https://example.com/about"
+ pathname: "http://example.com/about"
59
extension: ""
60
realPath: false
61
0 commit comments