mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-14 21:58:14 +00:00
Various small fixes.
This commit is contained in:
@@ -45,6 +45,7 @@ class AttachmentControllerTest extends TestCase
|
||||
public function testDestroy()
|
||||
{
|
||||
$this->session(['attachments.delete.url' => 'http://localhost']);
|
||||
|
||||
$repository = $this->mock(AttachmentRepositoryInterface::class);
|
||||
$repository->shouldReceive('destroy')->andReturn(true);
|
||||
$this->be($this->user());
|
||||
|
||||
Reference in New Issue
Block a user