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 15, 2023
1 parent 847d9ab commit fc55be1
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 @@ -370,7 +370,7 @@ public function cookieParserDataProvider()
'Expires' => \time() + 604800,
'Secure' => true,
'Discard' => false,
'Max-Age' => 604800,
'Max-Age' => null,
'HttpOnly' => true,
'SameSite' => 'None',
],
Expand Down

0 comments on commit fc55be1

Please sign in to comment.