mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix test method names.
This commit is contained in:
@@ -152,8 +152,8 @@ class AttachmentHelperTest extends TestCase
|
||||
// mock calls:
|
||||
Storage::fake('upload');
|
||||
|
||||
$path = public_path('browserconfig.xml');
|
||||
$helper = new AttachmentHelper;
|
||||
$path = public_path('browserconfig.xml');
|
||||
$helper = new AttachmentHelper;
|
||||
|
||||
// make new attachment:
|
||||
$journal = $this->user()->transactionJournals()->inRandomOrder()->first();
|
||||
|
Reference in New Issue
Block a user