Skip to content

Commit feb7695

Browse files
author
MarkBaker
committed
Merge resolutions
1 parent 33d3442 commit feb7695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Calculation/ArrayFormulaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function providerArrayFormulae(): array
9999
*/
100100
public function testArrayArithmetic(string $formula, $expectedResult): void
101101
{
102-
$result = Calculation::getInstance()->_calculateFormulaValue($formula);
102+
$result = Calculation::getInstance()->calculateFormulaValue($formula);
103103
self::assertEquals($expectedResult, $result);
104104
}
105105

0 commit comments

Comments
 (0)