mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 13:43:36 +00:00
Improve test coverage.
This commit is contained in:
@@ -109,10 +109,7 @@ class BillTransformerTest extends TestCase
|
||||
|
||||
$this->assertEquals('2018-03-01', $result['next_expected_match']);
|
||||
$this->assertEquals(['2018-01-01'], $result['pay_dates']);
|
||||
$this->assertEquals(
|
||||
['2018-01-02', '2018-01-09', '2018-01-16', '2018-01-21', '2018-01-30',]
|
||||
, $result['paid_dates']
|
||||
);
|
||||
$this->assertEquals(['2018-01-02', '2018-01-09', '2018-01-16', '2018-01-21', '2018-01-30',], $result['paid_dates']);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user