update cookie test

This commit is contained in:
Gabriel Solomon 2020-06-12 12:22:24 +03:00
parent 7b6ffda0b9
commit a50c660823

View File

@ -47,6 +47,7 @@ class CookieTest extends TestCase
return [
['foo=bar; path=/'],
['foo=bar; path=/foo'],
['foo="Test"; path=/'],
['foo=bar; domain=example.com; path=/'],
['foo=bar; domain=example.com; path=/; secure', 'https://example.com/'],
['foo=bar; path=/; httponly'],