We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0b4f3 commit 44615aaCopy full SHA for 44615aa
test/unit/FileTest.php
@@ -151,7 +151,7 @@ public function testResourceToResourceWithPassword($srcFile)
151
152
/**
153
* @expectedException \Defuse\Crypto\Exception\WrongKeyOrModifiedCiphertextException
154
- * @expectedExceptionMessage Ciphertext file has a bad magic number.
+ * @expectedExceptionMessage Input file is too small to have been created by this library.
155
*/
156
public function testDecryptBadMagicNumber()
157
{
0 commit comments