runTestCases('VARPA', $expectedResult, ...$args); } public static function providerVARPA(): array { return require 'tests/data/Calculation/Statistical/VARPA.php'; } /** * @dataProvider providerOdsVARPA */ public function testOdsVARPA(mixed $expectedResult, mixed ...$args): void { $this->setOpenOffice(); $this->runTestCases('VARPA', $expectedResult, ...$args); } public static function providerOdsVARPA(): array { return require 'tests/data/Calculation/Statistical/VARPA_ODS.php'; } }