firefly-iii/tests
Antonio Spinelli dbb7ed3d5d
Add the Calendar Calculator
It encapsulates some date operations like sum. The result will be the
calculated date when calling the nextDateByInterval method, given the
date, periodicity, and skipInterval parameters.

For example, given a date of 2019-12-31, monthly periodicity, and skip
interval 0, the results will be 2020-01-31. Also, if the skip interval
is 1, the result is 2020-02-29. This is because the next date will add
another month to the current range.
2023-07-03 13:46:29 -03:00
..
Api/Autocomplete Expand test script and fix first functional test. 2023-02-06 06:14:07 +01:00
Support Add the Calendar Calculator 2023-07-03 13:46:29 -03:00
Traits Remove unused tests 2023-02-04 17:11:19 +01:00
CreatesApplication.php Expand test script and fix first functional test. 2023-02-06 06:14:07 +01:00
TestCase.php Various PSR12 code cleanup 2022-12-29 19:43:43 +01:00