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 d7ad816 commit c8bb65eCopy full SHA for c8bb65e
tests/Feature/RestoreFromPathTest.php
@@ -59,7 +59,7 @@
59
// The zip file cant be empty, but when extracting it can if the password is wrong.
60
Zipper::open($emptyArchive)
61
->addFromString('empty.txt', 'empty')
62
- ->encrypt('notthepasswordwedecryptwith')
+ ->encrypt('not-the-password-we-decrypt-with')
63
->close();
64
65
$user->assignRole('super admin')->save();
0 commit comments