We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d3442 commit feb7695Copy full SHA for feb7695
tests/PhpSpreadsheetTests/Calculation/ArrayFormulaTest.php
@@ -99,7 +99,7 @@ public function providerArrayFormulae(): array
99
*/
100
public function testArrayArithmetic(string $formula, $expectedResult): void
101
{
102
- $result = Calculation::getInstance()->_calculateFormulaValue($formula);
+ $result = Calculation::getInstance()->calculateFormulaValue($formula);
103
self::assertEquals($expectedResult, $result);
104
}
105
0 commit comments