runTestCases('VARA', $expectedResult, ...$args); } public function providerVARA(): array { return require 'tests/data/Calculation/Statistical/VARA.php'; } /** * @dataProvider providerOdsVARA * * @param mixed $expectedResult */ public function testOdsVARA($expectedResult, ...$args): void { $this->setOpenOffice(); $this->runTestCases('VARA', $expectedResult, ...$args); } public function providerOdsVARA(): array { return require 'tests/data/Calculation/Statistical/VARA_ODS.php'; } }