PhpSpreadsheet/tests/rawTestData/Calculation/MathTrig
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
..
ATAN2.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
CEILING.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
COMBIN.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
EVEN.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
FACT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
FACTDOUBLE.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
FLOOR.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
GCD.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
INT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
LCM.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
LOG.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
MDETERM.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
MINVERSE.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
MMULT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
MOD.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
MROUND.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
MULTINOMIAL.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
ODD.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
POWER.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
PRODUCT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
QUOTIENT.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
ROMAN.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
ROUNDDOWN.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
ROUNDUP.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
SERIESSUM.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
SIGN.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
SQRTPI.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
SUMSQ.data Reorganize unit tests 2016-08-14 02:29:33 +09:00
TRUNC.data Reorganize unit tests 2016-08-14 02:29:33 +09:00