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