Skip to content

Commit 78b7611

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Remove Google references when not needed
2 parents 62d99a3 + abe4bf2 commit 78b7611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/CookieTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ public function getTestsForToFromString()
4747
return [
4848
['foo=bar; path=/'],
4949
['foo=bar; path=/foo'],
50-
['foo=bar; domain=google.com; path=/'],
50+
['foo=bar; domain=example.com; path=/'],
5151
['foo=bar; domain=example.com; path=/; secure', 'https://example.com/'],
5252
['foo=bar; path=/; httponly'],
53-
['foo=bar; domain=google.com; path=/foo; secure; httponly', 'https://google.com/'],
53+
['foo=bar; domain=example.com; path=/foo; secure; httponly', 'https://example.com/'],
5454
['foo=bar=baz; path=/'],
5555
['foo=bar%3Dbaz; path=/'],
5656
];

0 commit comments

Comments
 (0)