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 62d99a3 + abe4bf2 commit 78b7611Copy full SHA for 78b7611
Tests/CookieTest.php
@@ -47,10 +47,10 @@ public function getTestsForToFromString()
47
return [
48
['foo=bar; path=/'],
49
['foo=bar; path=/foo'],
50
- ['foo=bar; domain=google.com; path=/'],
+ ['foo=bar; domain=example.com; path=/'],
51
['foo=bar; domain=example.com; path=/; secure', 'https://example.com/'],
52
['foo=bar; path=/; httponly'],
53
- ['foo=bar; domain=google.com; path=/foo; secure; httponly', 'https://google.com/'],
+ ['foo=bar; domain=example.com; path=/foo; secure; httponly', 'https://example.com/'],
54
['foo=bar=baz; path=/'],
55
['foo=bar%3Dbaz; path=/'],
56
];
0 commit comments