runTestCaseReference('STDEVPA', $expectedResult, ...$args); } public static function providerSTDEVPA(): array { return require 'tests/data/Calculation/Statistical/STDEVPA.php'; } #[\PHPUnit\Framework\Attributes\DataProvider('providerOdsSTDEVPA')] public function testOdsSTDEVPA(mixed $expectedResult, mixed ...$args): void { $this->setOpenOffice(); $this->runTestCaseReference('STDEVPA', $expectedResult, ...$args); } public static function providerOdsSTDEVPA(): array { return require 'tests/data/Calculation/Statistical/STDEVPA_ODS.php'; } }