runTestCases('VARP', $expectedResult, ...$args); } public function providerVARP(): array { return require 'tests/data/Calculation/Statistical/VARP.php'; } /** * @dataProvider providerOdsVARP * * @param mixed $expectedResult */ public function testOdsVARP($expectedResult, ...$args): void { $this->setOpenOffice(); $this->runTestCases('VARP', $expectedResult, ...$args); } public function providerOdsVARP(): array { return require 'tests/data/Calculation/Statistical/VARP_ODS.php'; } }