Skip to content

Commit

Permalink
Back to nulls
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Dec 26, 2023
1 parent a6dbe7d commit 54ca7c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Functional/Command/GenerateKeyPairCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ public function providePassphrase()
yield ['RS256', null];
yield ['RS384', null];
yield ['RS512', null];
yield ['HS256', ''];
yield ['HS384', ''];
yield ['HS512', ''];
yield ['HS256', null];
yield ['HS384', null];
yield ['HS512', null];
yield ['ES256', null];
yield ['ES384', null];
yield ['ES512', null];
Expand Down

0 comments on commit 54ca7c8

Please sign in to comment.