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
214 B
Plaintext
11 lines
214 B
Plaintext
#decimal_dollar fraction result
|
|
1.125, 16, 1.02
|
|
1.125, 32, 1.04
|
|
1.0625, 16, 1.01
|
|
1.625, 16, 1.1
|
|
1.09375, 32, 1.03
|
|
1.9375, 32, 1.3
|
|
1.375, 32, 1.12
|
|
1.2345, 0, "#DIV/0!"
|
|
1.2345, -2, "#NUM!"
|