mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-26 14:38:34 +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
202 B
PHP
13 lines
202 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
0.05282257198685834,
|
|
'16-Feb-2008', '1-Mar-2008', 99.795, 100, 2,
|
|
],
|
|
[
|
|
0.06220123250590336,
|
|
'1-Jan-2017', '30-Jun-2017', 97, 100,
|
|
],
|
|
];
|