mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-25 06:48:19 +00:00
41c8a4f1b4
* Additional unit tests for previously untested financial functions, and some additions to follow untested paths * Start splitting Financial function tests out from the large FinancialTests class into individual test classes for each function
17 lines
304 B
PHP
17 lines
304 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
1014584.6544071021,
|
|
'15-Feb-2008', '15-May-2008', 1000000, 0.0575, 2,
|
|
],
|
|
[
|
|
1120.2128404396835,
|
|
'6-Jul-2017', '15-Jan-2020', 1000, 0.0425,
|
|
],
|
|
[
|
|
273037.54266211606,
|
|
'15-Feb-2008', '15-Nov-2017', 100000, 0.065,
|
|
],
|
|
];
|