mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove Firefly III's ability to encrypt data in the database.
This commit is contained in:
@@ -114,7 +114,7 @@ class AttachmentHelperTest extends TestCase
|
||||
public function testSaveAttachmentFromApi(): void
|
||||
{
|
||||
// mock calls:
|
||||
Crypt::shouldReceive('encrypt')->times(6)->andReturn('Some encrypted content');
|
||||
Crypt::shouldReceive('encrypt')->times(1)->andReturn('Some encrypted content');
|
||||
Storage::fake('upload');
|
||||
|
||||
$path = public_path('apple-touch-icon.png');
|
||||
|
||||
Reference in New Issue
Block a user