mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
Fix bill test
This commit is contained in:
parent
20b458f35d
commit
13cddd8f12
@ -266,6 +266,7 @@ class BillControllerTest extends TestCase
|
||||
$transformer->shouldReceive('setCurrentScope')->atLeast()->once();
|
||||
$transformer->shouldReceive('getDefaultIncludes')->atLeast()->once();
|
||||
$transformer->shouldReceive('getAvailableIncludes')->atLeast()->once();
|
||||
$repository->shouldReceive('getAttachments')->atLeast()->once()->andReturn(new Collection);
|
||||
$transformer->shouldReceive('transform')->atLeast()->once()->andReturn(
|
||||
['id' => 5, 'active' => true, 'name' => 'x', 'next_expected_match' => '2018-01-01',
|
||||
'currency_symbol' => 'x','amount_min' => '10','amount_max' => '15'
|
||||
|
Loading…
Reference in New Issue
Block a user