00657c906e
All code for unit tests is now under the `PhpSpreadsheet\Tests` namespace which is autoloaded via composer mechanism. So there is no need for `require()` anymore. Also, tests were moved in `tests/` folder and phpunit should be executed from the project root folder. This is to conform to the de facto standard, notably in use in phpunit itself.
11 lines
516 B
Plaintext
11 lines
516 B
Plaintext
#rate nper pv start_period end_period type result
|
|
0.0075, 360, 125000, 13, 24, 0, -11135.232130751
|
|
0.0075, 360, 125000, 1, 1, 0, -937.50
|
|
0.004166666667, 60, 50000, 1, 12, 0, -2294.9775375121
|
|
0.004166666667, 60, 50000, 13, 24, 0, -1833.1000667254
|
|
0.004166666667, 60, 50000, 25, 36, 0, -1347.5920679425
|
|
0.004166666667, 60, 50000, 37, 48, 0, -837.24455850309
|
|
0.004166666667, 60, 50000, 49, 60, 0, -300.78670189939
|
|
0.0075, 360, 125000, 24, 13, 0, "#VALUE!"
|
|
0.0075, 360, 125000, 24, 13, 2, "#NUM!"
|