mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Fix tests
This commit is contained in:
@@ -209,6 +209,8 @@ class SingleControllerTest extends TestCase
|
||||
|
||||
$journalRepos->shouldReceive('first')->andReturn(new TransactionJournal);
|
||||
$journalRepos->shouldReceive('destroy')->once();
|
||||
$journalRepos->shouldReceive('getTransactionType')->once()->andReturn('Withdrawal');
|
||||
|
||||
|
||||
$this->session(['transactions.delete.uri' => 'http://localhost']);
|
||||
$this->be($this->user());
|
||||
|
||||
Reference in New Issue
Block a user