mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +00:00
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
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
[
|
||||
0.09415149356594302,
|
||||
'31-Mar-2008', '1-Jun-2008', 0.0914,
|
||||
],
|
||||
[
|
||||
0.025465926064094112,
|
||||
'5-Feb-2019', '1-Feb-2020', 0.0245,
|
||||
],
|
||||
[
|
||||
0.036787997465875716,
|
||||
'1-Feb-2016', '30-Jan-2017', 0.035,
|
||||
],
|
||||
[
|
||||
0.025612238,
|
||||
'1-Feb-2017', '30-Jun-2017', 0.025,
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user