Skip to content

Commit c46b676

Browse files
update cookie test
1 parent 16141bc commit c46b676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/CookieTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function getTestsForToFromString()
4747
return [
4848
['foo=bar; path=/'],
4949
['foo=bar; path=/foo'],
50+
['foo="Test"; path=/'],
5051
['foo=bar; domain=example.com; path=/'],
5152
['foo=bar; domain=example.com; path=/; secure', 'https://example.com/'],
5253
['foo=bar; path=/; httponly'],

0 commit comments

Comments
 (0)