PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/Engineering
Adrien Crivelli e868e58d20
Allow to run an entire folder of tests
We now can do something like:

```sh
./vendor/bin/phpunit tests/PhpSpreadsheetTests/Reader/
```
2020-05-17 18:35:55 +09:00
..
BesselITest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
BesselJTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
BesselKTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
BesselYTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Bin2DecTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Bin2HexTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Bin2OctTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
BitAndTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
BitLShiftTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
BitOrTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
BitRShiftTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
BitXorTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ComplexTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ConvertUoMTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Dec2BinTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Dec2HexTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Dec2OctTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
DeltaTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ErfCTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ErfPreciseTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ErfTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
GeStepTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Hex2BinTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Hex2DecTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Hex2OctTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImAbsTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImArgumentTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImConjugateTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImCosTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImCoshTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImCotTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImCscTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImCschTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImDivTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImExpTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImLnTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImLog2Test.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImLog10Test.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImPowerTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImProductTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImRealTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImSecTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImSechTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImSinTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImSinhTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImSqrtTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImSubTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImSumTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImTanTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ImaginaryTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Oct2BinTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Oct2DecTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
Oct2HexTest.php Allow to run an entire folder of tests 2020-05-17 18:35:55 +09:00
ParseComplexTest.php Upgrad PHP deps 2020-04-27 19:29:45 +09:00