runTestCaseReference('STDEVPA', $expectedResult, ...$args); } public function providerSTDEVPA(): array { return require 'tests/data/Calculation/Statistical/STDEVPA.php'; } /** * @dataProvider providerOdsSTDEVPA * * @param mixed $expectedResult */ public function testOdsSTDEVPA($expectedResult, ...$args): void { $this->setOpenOffice(); $this->runTestCaseReference('STDEVPA', $expectedResult, ...$args); } public function providerOdsSTDEVPA(): array { return require 'tests/data/Calculation/Statistical/STDEVPA_ODS.php'; } }