Skip to content

Commit 9564767

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Remove Google references when not needed
2 parents 594cfe2 + 715a497 commit 9564767

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://google.com/about', <<<'EOTXT'
53+
['https://example.com/about', <<<'EOTXT'
5454
SplFileInfo {
55-
%Apath: "https://google.com"
55+
%Apath: "https://example.com"
5656
filename: "about"
5757
basename: "about"
58-
pathname: "https://google.com/about"
58+
pathname: "https://example.com/about"
5959
extension: ""
6060
realPath: false
6161
%A}

0 commit comments

Comments
 (0)