PhpSpreadsheet/tests/rawTestData/Calculation/MathTrig/COMBIN.data
Adrien Crivelli 00657c906e
Reorganize unit tests
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.
2016-08-14 02:29:33 +09:00

26 lines
347 B
Plaintext

#NumObjs NumInSet Result
7, 3, 35
8, 2, 28
8, 3, 56
8, 4, 70
100, 3, 161700
-7, -10, "#NUM!"
-7, 10, "#NUM!"
7, -10, "#NUM!"
2, 3, "#NUM!"
2, 2, 1
2, 1, 2
2, 0, 1
2.5, 2, 1
"ABCD", "EFGH", "#VALUE!"
10, 5, 252
10, 3, 120
21, 5, 20349
6, 1, 6
6, 2, 15
6, 3, 20
6, 4, 15
6, 5, 6
6, 6, 1
6, 7, "#NUM!"