mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-25 15:08: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
13 lines
239 B
PHP
13 lines
239 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
0.06095433369153867,
|
|
'15-Mar-2008', '3-Nov-2008', '8-Nov-2007', 0.0625, 100.0123, 0,
|
|
],
|
|
[
|
|
0.04210977320221025,
|
|
'1-Jan-2017', '30-Jun-2018', '01-Jul-2014', 0.055, 101,
|
|
],
|
|
];
|