Skip to content

Commit abe4bf2

Browse files
committed
Remove Google references when not needed
1 parent 1a3406a commit abe4bf2

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
@@ -44,10 +44,10 @@ public function getTestsForToFromString()
4444
return [
4545
['foo=bar; path=/'],
4646
['foo=bar; path=/foo'],
47-
['foo=bar; domain=google.com; path=/'],
47+
['foo=bar; domain=example.com; path=/'],
4848
['foo=bar; domain=example.com; path=/; secure', 'https://example.com/'],
4949
['foo=bar; path=/; httponly'],
50-
['foo=bar; domain=google.com; path=/foo; secure; httponly', 'https://google.com/'],
50+
['foo=bar; domain=example.com; path=/foo; secure; httponly', 'https://example.com/'],
5151
['foo=bar=baz; path=/'],
5252
['foo=bar%3Dbaz; path=/'],
5353
];

0 commit comments

Comments
 (0)