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

20 lines
433 B
Plaintext

3.14159, 2, 3.14
3.14159, 3, 3.141
-3.14159, 2, -3.14
-3.14159, 3, -3.141
31415.92654, 10, 31415.92654
-31415.92654, 10, -31415.92654
31415.92654, 2, 31415.92
31415.92654, -2, 31400
31415.92654, -10, 0
-31415.92654, -10, 0
12345.6789, -3, 12000
12345.6789, -2, 12300
12345.6789, -1, 12340
12345.6789, 0, 12345
12345.6789, 1, 12345.6
12345.6789, 2, 12345.67
12345.6789, 3, 12345.678
"ABC", 2, "#VALUE!"
31415.92654, "ABC", "#VALUE!"