mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Fixed some coverage.
This commit is contained in:
@@ -324,7 +324,7 @@ class GoogleChartControllerTest extends TestCase
|
||||
Preferences::shouldReceive('get')->withAnyArgs()->andReturn($language);
|
||||
|
||||
|
||||
$this->call('GET', '/chart/reports/income-expenses/2015');
|
||||
$this->call('GET', '/chart/reports/income-expenses/2015/shared');
|
||||
$this->assertResponseOk();
|
||||
}
|
||||
|
||||
@@ -353,7 +353,7 @@ class GoogleChartControllerTest extends TestCase
|
||||
Preferences::shouldReceive('get')->withAnyArgs()->andReturn($language);
|
||||
|
||||
|
||||
$this->call('GET', '/chart/reports/income-expenses-sum/2015');
|
||||
$this->call('GET', '/chart/reports/income-expenses-sum/2015/shared');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user