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