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.
1 parent 1a3406a commit abe4bf2Copy full SHA for abe4bf2
Tests/CookieTest.php
@@ -44,10 +44,10 @@ public function getTestsForToFromString()
44
return [
45
['foo=bar; path=/'],
46
['foo=bar; path=/foo'],
47
- ['foo=bar; domain=google.com; path=/'],
+ ['foo=bar; domain=example.com; path=/'],
48
['foo=bar; domain=example.com; path=/; secure', 'https://example.com/'],
49
['foo=bar; path=/; httponly'],
50
- ['foo=bar; domain=google.com; path=/foo; secure; httponly', 'https://google.com/'],
+ ['foo=bar; domain=example.com; path=/foo; secure; httponly', 'https://example.com/'],
51
['foo=bar=baz; path=/'],
52
['foo=bar%3Dbaz; path=/'],
53
];
0 commit comments