PhpSpreadsheet/tests/rawTestData/Calculation/Engineering
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
..
BESSELI.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
BESSELJ.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
BESSELK.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
BESSELY.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
BIN2DEC.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
BIN2HEX.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
BIN2OCT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
COMPLEX.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
CONVERTUOM.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
DEC2BIN.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
DEC2HEX.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
DEC2OCT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
DELTA.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
ERF.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
ERFC.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
GESTEP.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
HEX2BIN.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
HEX2DEC.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
HEX2OCT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMABS.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMAGINARY.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMARGUMENT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMCONJUGATE.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMCOS.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMDIV.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMEXP.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMLN.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMLOG2.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMLOG10.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMPOWER.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMPRODUCT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMREAL.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMSIN.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMSQRT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMSUB.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
IMSUM.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
OCT2BIN.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
OCT2DEC.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
OCT2HEX.data Reorganize unit tests 2016-08-14 02:29:33 +09:00