mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +00:00
Merge resolutions
This commit is contained in:
@@ -99,7 +99,7 @@ class ArrayFormulaTest extends TestCase
|
||||
*/
|
||||
public function testArrayArithmetic(string $formula, $expectedResult): void
|
||||
{
|
||||
$result = Calculation::getInstance()->_calculateFormulaValue($formula);
|
||||
$result = Calculation::getInstance()->calculateFormulaValue($formula);
|
||||
self::assertEquals($expectedResult, $result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user