mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-25 18:58: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
21 lines
324 B
PHP
21 lines
324 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
98.45,
|
|
'31-Mar-2008', '1-Jun-2008', 0.09,
|
|
],
|
|
[
|
|
97.75,
|
|
'1-Apr-2017', '30-Jun-2017', 0.09,
|
|
],
|
|
[
|
|
97.54319444444445,
|
|
'5-Feb-2019', '1-Feb-2020', 0.0245,
|
|
],
|
|
[
|
|
98.86180556,
|
|
'1-Feb-2017', '30-Jun-2017', 0.0275,
|
|
],
|
|
];
|