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