runTestCaseReference('STDEV', $expectedResult, ...$args); } public function providerSTDEV(): array { return require 'tests/data/Calculation/Statistical/STDEV.php'; } /** * @dataProvider providerOdsSTDEV * * @param mixed $expectedResult */ public function testOdsSTDEV($expectedResult, ...$args): void { $this->setOpenOffice(); $this->runTestCaseReference('STDEV', $expectedResult, ...$args); } public function providerOdsSTDEV(): array { return require 'tests/data/Calculation/Statistical/STDEV_ODS.php'; } }