MarkBaker
e41c4280f6
Initial creation of the version 2.0 Development branch
...
Start removing some of the deprecations, starting with the old Excel Function implementations.
2022-04-25 10:30:45 +02:00
Adrien Crivelli
49f87de165
Reduce PHPStan error in tests
2021-04-12 11:10:23 +09:00
Mark Baker
c699d144e2
Extract ACCRINT() and ACCRINTM() Financial functions into their own class ( #1956 )
...
* Extract ACCRINT() and ACCRINTM() Financial functions into their own class
Implement additional validations, with additional unit tests
Add support for the new calculation method argument for ACCRINT()
* Additional tests for Amortization functions
2021-03-26 22:49:16 +01:00
Adrien Crivelli
fcd9f10663
Update PHP-CS-Fixer rules
2020-05-18 13:49:57 +09:00
Adrien Crivelli
e868e58d20
Allow to run an entire folder of tests
...
We now can do something like:
```sh
./vendor/bin/phpunit tests/PhpSpreadsheetTests/Reader/
```
2020-05-17 18:35:55 +09:00
Adrien Crivelli
f1a019e492
Upgrad PHP deps
2020-04-27 19:29:45 +09:00
MarkBaker
905a697639
More work on refactoring Excel Calculation Function Unit Tests
2019-07-27 16:02:58 +02:00