mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 13:08:35 +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
335 B
PHP
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,
|
|
],
|
|
];
|