mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
New unit tests to cover missed methods.
This commit is contained in:
@@ -97,6 +97,7 @@ class GoogleChartController extends BaseController
|
||||
$this->_chart->addColumn('Balance for ' . $account->name, 'number');
|
||||
}
|
||||
$current = clone $this->_start;
|
||||
$current->subDay();
|
||||
|
||||
while ($this->_end >= $current) {
|
||||
$row = [clone $current];
|
||||
|
Reference in New Issue
Block a user