diff --git a/Tests/CookieTest.php b/Tests/CookieTest.php index 6318cae2..5f99eb11 100644 --- a/Tests/CookieTest.php +++ b/Tests/CookieTest.php @@ -47,6 +47,7 @@ public function getTestsForToFromString() 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'],