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 031d504 commit aa3c3a6Copy full SHA for aa3c3a6
tests/Dflydev/FigCookies/CookieTest.php
@@ -54,6 +54,7 @@ public function provideParsesOneFromCookieStringData() : array
54
['someCookie=something', 'someCookie', 'something'],
55
['hello%3Dworld=how%22are%27you', 'hello%3Dworld', 'how"are\'you'],
56
['empty=', 'empty', ''],
57
+ ['broken', 'broken', ''],
58
];
59
}
60
0 commit comments