We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d8234 commit 31b1e6fCopy full SHA for 31b1e6f
tests/unit/EncryptionTest.php
@@ -28,7 +28,7 @@ public function testInvalidCipherException(): void
28
public function testCipherNotImplementedException(): void
29
{
30
$this->expectException(CipherNotImplementedException::class);
31
- Encryption::getEncryptionObject('AES-128-OCB');
+ Encryption::getEncryptionObject('ID-AES128-WRAP-PAD');
32
}
33
34
public function testCreateClassName(): void
0 commit comments