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 594cfe2 + 715a497 commit 9564767Copy full SHA for 9564767
Tests/Caster/SplCasterTest.php
@@ -50,12 +50,12 @@ public function getCastFileInfoTests()
50
%A}
51
EOTXT
52
],
53
- ['https://google.com/about', <<<'EOTXT'
+ ['https://example.com/about', <<<'EOTXT'
54
SplFileInfo {
55
-%Apath: "https://google.com"
+%Apath: "https://example.com"
56
filename: "about"
57
basename: "about"
58
- pathname: "https://google.com/about"
+ pathname: "https://example.com/about"
59
extension: ""
60
realPath: false
61
0 commit comments