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 16141bc commit c46b676Copy full SHA for c46b676
Tests/CookieTest.php
@@ -47,6 +47,7 @@ public function getTestsForToFromString()
47
return [
48
['foo=bar; path=/'],
49
['foo=bar; path=/foo'],
50
+ ['foo="Test"; path=/'],
51
['foo=bar; domain=example.com; path=/'],
52
['foo=bar; domain=example.com; path=/; secure', 'https://example.com/'],
53
['foo=bar; path=/; httponly'],
0 commit comments