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 f07af08 commit 59bee3fCopy full SHA for 59bee3f
tests/FileVaultTest.php
@@ -217,7 +217,7 @@ public function test_a_decrypted_file_has_the_same_content_as_the_original_file(
217
/** @test */
218
public function test_it_can_encrypt_and_decrypt_using_a_user_generated_key()
219
{
220
- $key = \SoareCostin\FileVault\FileVault::generateKey();
+ $key = FileVault::generateKey();
221
222
$this->generateFile($fileName = 'file.txt');
223
0 commit comments