PhpSpreadsheet/unitTests
Adrien Crivelli 8fc29bd1b1
Fix unit tests for all base conversion functions
This include cases were artificial constraints were not checked
(eg: between -512 and 511 for `DECBIN`) and some bugs were 32
bits platform were assumed.

The following are covered:

`BIN2DEC`, `BIN2HEX`, `BIN2OCT`,
`DEC2BIN`, `DEC2HEX`, `DEC2OCT`,
`HEX2BIN`, `HEX2DEC`, `HEX2OCT`,
`OCT2BIN`, `OCT2DEC`, `OCT2HEX`
2016-08-01 02:48:51 +09:00
..
Classes/src Fix unit tests for all base conversion functions 2016-08-01 02:48:51 +09:00
classes/src Fix for XML settings, together with unit tests 2016-06-05 17:03:42 +01:00
custom #401 : PHPUnit Fixes (Calculation > Engineering) 2016-05-19 12:31:40 +02:00
rawTestData Fix unit tests for all base conversion functions 2016-08-01 02:48:51 +09:00
bootstrap.php #401 : Support for namespaces 2016-03-22 15:35:50 +01:00
phpunit-cc.xml #401 : Support for namespaces 2016-03-22 21:47:23 +01:00
phpunit.xml #401 : Support for namespaces 2016-03-22 21:46:14 +01:00
testDataFileIterator.php #401 : PHPCS Fixes & Some PHPUnit Fixes 2016-05-18 13:37:00 +02:00
testDataFileIteratorJson.php #401 : PHPCS Fixes & Some PHPUnit Fixes 2016-05-18 13:37:00 +02:00