runTestCaseReference('STDEVA', $expectedResult, ...$args); } public function providerSTDEVA(): array { return require 'tests/data/Calculation/Statistical/STDEVA.php'; } /** * @dataProvider providerOdsSTDEVA * * @param mixed $expectedResult */ public function testOdsSTDEVA($expectedResult, ...$args): void { $this->setOpenOffice(); $this->runTestCaseReference('STDEVA', $expectedResult, ...$args); } public function providerOdsSTDEVA(): array { return require 'tests/data/Calculation/Statistical/STDEVA_ODS.php'; } }