Skip to content

Commit

Permalink
Update SetCookieTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed May 13, 2023
1 parent 42efa2e commit 535cf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cookie/SetCookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public function cookieParserDataProvider()
'Path' => '/',
'Expires' => \time() + 604800,
'Secure' => true,
'Discard' => true,
'Discard' => false,
'Max-Age' => 604800,
'HttpOnly' => false,
'SameSite' => 'None',
Expand Down

0 comments on commit 535cf21

Please sign in to comment.