PhpSpreadsheet/tests/rawTestData/Calculation/MathTrig/GCD.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

21 lines
254 B
Plaintext

5, 2, 1
24, 36, 12
7, 1, 1
5, 0, 5
30, 15, 10, 5
42, 56, 140, 14
24, 28, 40, 4
27, 45, 54, 9
84, 126, 196, 14
3, 5, 7, 1
3, 5, 0, 1
3, 5, -7, "#NUM!"
3, 6, 12, 3
3, 6, "12", 3
3, 6, "ABC", "#VALUE!"
3, 3
15, 10, 25, 5
0, 8, 12, 4
7, 2, 1
0, 0, 0