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