Skip to content

Commit

Permalink
Merge pull request #568 from drupol/remove-duplicate-test-code
Browse files Browse the repository at this point in the history
tests: remove duplicated test code
  • Loading branch information
Slamdunk committed Jul 24, 2023
2 parents b92ba2e + e21d49b commit 1b3d94a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/StoragelessTest/Http/SessionMiddlewareTest.php
Expand Up @@ -192,13 +192,6 @@ static function (ServerRequestInterface $request) use ($sessionValue) {
},
);

$this->createTokenWithCustomClaim(
$middleware,
new DateTimeImmutable('-1 day'),
new DateTimeImmutable('+1 day'),
'not valid session data',
);

$middleware->process(
(new ServerRequest())
->withCookieParams([
Expand Down

0 comments on commit 1b3d94a

Please sign in to comment.