Files
PhpSpreadsheet/tests/data/Calculation/Financial/PRICEMAT.php
T
Mark Baker 41c8a4f1b4 Additional unit tests for previously untested financial functions (#1815)
* 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
2021-01-30 18:45:31 +01:00

17 lines
335 B
PHP

<?php
return [
[
99.98449887555694,
'15-Feb-2008', '13-Apr-2008', '11-Nov-2007', 0.061, 0.061, 0,
],
[
106.8486842105263,
'1-Apr-2017', '31-Mar-2021', '1-Jan-2017', 0.055, 0.035,
],
[
93.0909090909091,
'1-Jul-2017', '1-Jan-2027', '1-Jan-2017', 0.07, 0.08,
],
];