PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical
Mark Baker 554684720d
Statistical issues (#1098)
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts.

* Adjusted logic for COUNT() function to handle differences in EXCEL, GNUMERIC and OPENOFFICE modes for cells and for literal values

* Fix case-sensitivity in filenames

* Appeasing Codesniffer

* Resolve COUNTA() differences between cell values and literals

* Style fixes

* Start refactoring statistical function tests into individual tests rather than having a single, giant test for all statistical functions.... first step toward doing this for all tests

* More refactoring into separate tests
If all functions have their own individual test files, it should be a lot easier to identify which functions aren't covered by tests yet

* Missing last lines in files
2019-07-20 18:40:05 +02:00
..
AveDevTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
AverageATest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
AverageIfTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
AverageTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
BetaDistTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
BetaInvTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
BinomDistTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
ChiDistTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
ChiInvTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
ConfidenceTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
CorrelTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
CountATest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
CountBlankTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
CountIfTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
CountIfsTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
CountTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
CovarTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
ForecastTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
InterceptTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
MaxIfsTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
MinIfsTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
PermutTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
RsqTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
SlopeTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00
SteyxTest.php Statistical issues (#1098) 2019-07-20 18:40:05 +02:00