mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Possible fix for #2437
This commit is contained in:
@@ -267,6 +267,8 @@ class CurrencyControllerTest extends TestCase
|
||||
|
||||
$userRepos->shouldReceive('hasRole')->atLeast()->once()->andReturn(true);
|
||||
$repository->shouldReceive('currencyInuse')->atLeast()->once()->andReturn(true);
|
||||
$repository->shouldReceive('currencyInUseAt')->atLeast()->once()->andReturn('accounts');
|
||||
|
||||
$repository->shouldNotReceive('disable');
|
||||
Preferences::shouldReceive('mark')->atLeast()->once();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user