runTestCaseReference('STDEVP', $expectedResult, ...$args); } public function providerSTDEVP(): array { return require 'tests/data/Calculation/Statistical/STDEVP.php'; } /** * @dataProvider providerOdsSTDEVP * * @param mixed $expectedResult */ public function testOdsSTDEVP($expectedResult, ...$args): void { $this->setOpenOffice(); $this->runTestCaseReference('STDEVP', $expectedResult, ...$args); } public function providerOdsSTDEVP(): array { return require 'tests/data/Calculation/Statistical/STDEVP_ODS.php'; } }