mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Improved implementation of liability accounts and the option to add or remove accounts from the net-worth calculations.
This commit is contained in:
		@@ -50,7 +50,7 @@ class ReportControllerTest extends TestCase
 | 
			
		||||
        $generator = $this->mock(GeneratorInterface::class);
 | 
			
		||||
 | 
			
		||||
        Steam::shouldReceive('balancesByAccounts')->andReturn(['5', '10']);
 | 
			
		||||
        $generator->shouldReceive('singleSet')->andReturn([]);
 | 
			
		||||
        $generator->shouldReceive('multiSet')->andReturn([]);
 | 
			
		||||
 | 
			
		||||
        $this->be($this->user());
 | 
			
		||||
        $response = $this->get(route('chart.report.net-worth', [1, '20120101', '20120131']));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user