Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Oct 5, 2024
1 parent c6bdcf6 commit 5d255b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ public function getCookieValue_hasTokenCalledWithInvalidToken_returnSerializedWi
{
$this->stubCookieHasToken('differentVersionToken;validToken');
$this->stubDecodeToken(
$this->createTokenWithProperties('differentVersionToken', true, false, false),
$this->createTokenWithProperties('validToken', true, true, false),
);

Expand Down

0 comments on commit 5d255b5

Please sign in to comment.